Uses of Enum
software.amazon.awssdk.services.cloudformation.model.RegionConcurrencyType
Packages that use RegionConcurrencyType
-
Uses of RegionConcurrencyType in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return RegionConcurrencyTypeModifier and TypeMethodDescriptionstatic RegionConcurrencyTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RegionConcurrencyTypeStackSetOperationPreferences.regionConcurrencyType()The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.static RegionConcurrencyTypeReturns the enum constant of this type with the specified name.static RegionConcurrencyType[]RegionConcurrencyType.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 RegionConcurrencyTypeModifier and TypeMethodDescriptionstatic Set<RegionConcurrencyType>RegionConcurrencyType.knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type RegionConcurrencyTypeModifier and TypeMethodDescriptionStackSetOperationPreferences.Builder.regionConcurrencyType(RegionConcurrencyType regionConcurrencyType) The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.