| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackSetOperationResultSummary |
StackSetOperationResultSummary.clone() |
StackSetOperationResultSummary |
StackSetOperationResultSummary.withAccount(String account)
[Self-managed permissions] The name of the account for this operation result.
|
StackSetOperationResultSummary |
StackSetOperationResultSummary.withAccountGateResult(AccountGateResult accountGateResult)
The results of the account gate function CloudFormation invokes, if present, before proceeding with stack set
operations in an account
|
StackSetOperationResultSummary |
StackSetOperationResultSummary.withOrganizationalUnitId(String organizationalUnitId)
[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for
DeploymentTargets.
|
StackSetOperationResultSummary |
StackSetOperationResultSummary.withRegion(String region)
The name of the Region for this operation result.
|
StackSetOperationResultSummary |
StackSetOperationResultSummary.withStatus(StackSetOperationResultStatus status)
The result status of the stack set operation for the given account in the given Region.
|
StackSetOperationResultSummary |
StackSetOperationResultSummary.withStatus(String status)
The result status of the stack set operation for the given account in the given Region.
|
StackSetOperationResultSummary |
StackSetOperationResultSummary.withStatusReason(String statusReason)
The reason for the assigned result status.
|
| Modifier and Type | Method and Description |
|---|---|
List<StackSetOperationResultSummary> |
ListStackSetOperationResultsResult.getSummaries()
A list of
StackSetOperationResultSummary structures that contain information about the specified
operation results, for accounts and Regions that are included in the operation. |
| Modifier and Type | Method and Description |
|---|---|
ListStackSetOperationResultsResult |
ListStackSetOperationResultsResult.withSummaries(StackSetOperationResultSummary... summaries)
A list of
StackSetOperationResultSummary structures that contain information about the specified
operation results, for accounts and Regions that are included in the operation. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStackSetOperationResultsResult.setSummaries(Collection<StackSetOperationResultSummary> summaries)
A list of
StackSetOperationResultSummary structures that contain information about the specified
operation results, for accounts and Regions that are included in the operation. |
ListStackSetOperationResultsResult |
ListStackSetOperationResultsResult.withSummaries(Collection<StackSetOperationResultSummary> summaries)
A list of
StackSetOperationResultSummary structures that contain information about the specified
operation results, for accounts and Regions that are included in the operation. |
Copyright © 2021. All rights reserved.