Uses of Enum
software.amazon.awssdk.services.cloudformation.model.ThirdPartyType
Packages that use ThirdPartyType
-
Uses of ThirdPartyType in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ThirdPartyTypeModifier and TypeMethodDescriptionstatic ThirdPartyTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ThirdPartyTypeActivateTypeRequest.type()The extension type.final ThirdPartyTypeDeactivateTypeRequest.type()The extension type.final ThirdPartyTypePublishTypeRequest.type()The type of the extension.final ThirdPartyTypeSetTypeConfigurationRequest.type()The type of extension.final ThirdPartyTypeTestTypeRequest.type()The type of the extension to test.final ThirdPartyTypeTypeConfigurationIdentifier.type()The type of extension.static ThirdPartyTypeReturns 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 ThirdPartyTypeMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type ThirdPartyTypeModifier and TypeMethodDescriptionActivateTypeRequest.Builder.type(ThirdPartyType type) The extension type.DeactivateTypeRequest.Builder.type(ThirdPartyType type) The extension type.PublishTypeRequest.Builder.type(ThirdPartyType type) The type of the extension.SetTypeConfigurationRequest.Builder.type(ThirdPartyType type) The type of extension.TestTypeRequest.Builder.type(ThirdPartyType type) The type of the extension to test.TypeConfigurationIdentifier.Builder.type(ThirdPartyType type) The type of extension.