Uses of Enum
software.amazon.awssdk.services.cloudformation.model.ProvisioningType
Packages that use ProvisioningType
-
Uses of ProvisioningType in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ProvisioningTypeModifier and TypeMethodDescriptionstatic ProvisioningTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ProvisioningTypeDescribeTypeResponse.provisioningType()For resource type extensions, the provisioning behavior of the resource type.final ProvisioningTypeListTypesRequest.provisioningType()For resource types, the provisioning behavior of the resource type.static ProvisioningTypeReturns the enum constant of this type with the specified name.static ProvisioningType[]ProvisioningType.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 ProvisioningTypeMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type ProvisioningTypeModifier and TypeMethodDescriptionDescribeTypeResponse.Builder.provisioningType(ProvisioningType provisioningType) For resource type extensions, the provisioning behavior of the resource type.ListTypesRequest.Builder.provisioningType(ProvisioningType provisioningType) For resource types, the provisioning behavior of the resource type.