Uses of Enum
software.amazon.awssdk.services.cloudformation.model.AccountFilterType
Packages that use AccountFilterType
-
Uses of AccountFilterType in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return AccountFilterTypeModifier and TypeMethodDescriptionfinal AccountFilterTypeDeploymentTargets.accountFilterType()Refines which accounts will have stack operations performed on them by specifying how to use theAccountsandOrganizationalUnitIdsproperties together.static AccountFilterTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AccountFilterTypeReturns 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 AccountFilterTypeMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type AccountFilterTypeModifier and TypeMethodDescriptionDeploymentTargets.Builder.accountFilterType(AccountFilterType accountFilterType) Refines which accounts will have stack operations performed on them by specifying how to use theAccountsandOrganizationalUnitIdsproperties together.