Uses of Class
software.amazon.awssdk.services.cloudformation.model.ThirdPartyType
-
Packages that use ThirdPartyType Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ThirdPartyType in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ThirdPartyType Modifier and Type Method Description static ThirdPartyTypeThirdPartyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ThirdPartyTypeActivateTypeRequest. type()The extension type.ThirdPartyTypeDeactivateTypeRequest. type()The extension type.ThirdPartyTypePublishTypeRequest. type()The type of the extension.ThirdPartyTypeSetTypeConfigurationRequest. type()The type of extension.ThirdPartyTypeTestTypeRequest. type()The type of the extension to test.ThirdPartyTypeTypeConfigurationIdentifier. type()The type of extension.static ThirdPartyTypeThirdPartyType. valueOf(String name)Returns the enum constant of this type with the specified name.static ThirdPartyType[]ThirdPartyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ThirdPartyType Modifier and Type Method Description static Set<ThirdPartyType>ThirdPartyType. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ThirdPartyType Modifier and Type Method Description ActivateTypeRequest.BuilderActivateTypeRequest.Builder. type(ThirdPartyType type)The extension type.DeactivateTypeRequest.BuilderDeactivateTypeRequest.Builder. type(ThirdPartyType type)The extension type.PublishTypeRequest.BuilderPublishTypeRequest.Builder. type(ThirdPartyType type)The type of the extension.SetTypeConfigurationRequest.BuilderSetTypeConfigurationRequest.Builder. type(ThirdPartyType type)The type of extension.TestTypeRequest.BuilderTestTypeRequest.Builder. type(ThirdPartyType type)The type of the extension to test.TypeConfigurationIdentifier.BuilderTypeConfigurationIdentifier.Builder. type(ThirdPartyType type)The type of extension.
-