Uses of Class
software.amazon.awssdk.services.cloudformation.model.AccountGateResult
-
Packages that use AccountGateResult Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of AccountGateResult in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return AccountGateResult Modifier and Type Method Description AccountGateResultStackSetOperationResultSummary. accountGateResult()The results of the account gate function CloudFormation invokes, if present, before proceeding with stack set operations in an account.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type AccountGateResult Modifier and Type Method Description StackSetOperationResultSummary.BuilderStackSetOperationResultSummary.Builder. accountGateResult(AccountGateResult accountGateResult)The results of the account gate function CloudFormation invokes, if present, before proceeding with stack set operations in an account.
-