Uses of Enum
software.amazon.awssdk.services.cloudformation.model.AccountGateStatus
Packages that use AccountGateStatus
-
Uses of AccountGateStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return AccountGateStatusModifier and TypeMethodDescriptionstatic AccountGateStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final AccountGateStatusAccountGateResult.status()The status of the account gate function.static AccountGateStatusReturns the enum constant of this type with the specified name.static AccountGateStatus[]AccountGateStatus.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 AccountGateStatusMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type AccountGateStatusModifier and TypeMethodDescriptionAccountGateResult.Builder.status(AccountGateStatus status) The status of the account gate function.