| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
AccountGateResult |
AccountGateResult.clone() |
AccountGateResult |
StackSetOperationResultSummary.getAccountGateResult()
The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with stack set
operations in an account
|
AccountGateResult |
AccountGateResult.withStatus(AccountGateStatus status)
The status of the account gate function.
|
AccountGateResult |
AccountGateResult.withStatus(String status)
The status of the account gate function.
|
AccountGateResult |
AccountGateResult.withStatusReason(String statusReason)
The reason for the account gate status assigned to this account and region for the stack set operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackSetOperationResultSummary.setAccountGateResult(AccountGateResult accountGateResult)
The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with stack set
operations in an account
|
StackSetOperationResultSummary |
StackSetOperationResultSummary.withAccountGateResult(AccountGateResult accountGateResult)
The results of the account gate function AWS CloudFormation invokes, if present, before proceeding with stack set
operations in an account
|
Copyright © 2018. All rights reserved.