Uses of Class
software.amazon.awssdk.services.cloudformation.model.AccountFilterType
-
Packages that use AccountFilterType Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of AccountFilterType in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return AccountFilterType Modifier and Type Method Description AccountFilterTypeDeploymentTargets. accountFilterType()Refines which accounts will have stack operations performed on them by specifying how to use theAccountsandOrganizationalUnitIdsproperties together.static AccountFilterTypeAccountFilterType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AccountFilterTypeAccountFilterType. 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.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type AccountFilterType Modifier and Type Method Description static Set<AccountFilterType>AccountFilterType. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type AccountFilterType Modifier and Type Method Description DeploymentTargets.BuilderDeploymentTargets.Builder. accountFilterType(AccountFilterType accountFilterType)Refines which accounts will have stack operations performed on them by specifying how to use theAccountsandOrganizationalUnitIdsproperties together.
-