| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static RegionConcurrencyType |
RegionConcurrencyType.fromValue(String value)
Use this in place of valueOf.
|
static RegionConcurrencyType |
RegionConcurrencyType.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
StackSetOperationPreferences |
StackSetOperationPreferences.withRegionConcurrencyType(RegionConcurrencyType regionConcurrencyType)
The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.
|
Copyright © 2024. All rights reserved.