| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
AccountFilterType |
DeploymentTargets.accountFilterType()
Limit deployment targets to individual accounts or include additional accounts with provided OUs.
|
static AccountFilterType |
AccountFilterType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AccountFilterType |
AccountFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountFilterType[] |
AccountFilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AccountFilterType> |
AccountFilterType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentTargets.Builder |
DeploymentTargets.Builder.accountFilterType(AccountFilterType accountFilterType)
Limit deployment targets to individual accounts or include additional accounts with provided OUs.
|
Copyright © 2023. All rights reserved.