| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackSetSummary |
StackSetSummary.clone() |
StackSetSummary |
StackSetSummary.withAutoDeployment(AutoDeployment autoDeployment)
[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that
are added to a target organizational unit (OU).
|
StackSetSummary |
StackSetSummary.withDescription(String description)
A description of the stack set that you specify when the stack set is created or updated.
|
StackSetSummary |
StackSetSummary.withDriftStatus(StackDriftStatus driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
StackSetSummary |
StackSetSummary.withDriftStatus(String driftStatus)
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
StackSetSummary |
StackSetSummary.withLastDriftCheckTimestamp(Date lastDriftCheckTimestamp)
Most recent time when CloudFormation performed a drift detection operation on the stack set.
|
StackSetSummary |
StackSetSummary.withPermissionModel(PermissionModels permissionModel)
Describes how the IAM roles required for stack set operations are created.
|
StackSetSummary |
StackSetSummary.withPermissionModel(String permissionModel)
Describes how the IAM roles required for stack set operations are created.
|
StackSetSummary |
StackSetSummary.withStackSetId(String stackSetId)
The ID of the stack set.
|
StackSetSummary |
StackSetSummary.withStackSetName(String stackSetName)
The name of the stack set.
|
StackSetSummary |
StackSetSummary.withStatus(StackSetStatus status)
The status of the stack set.
|
StackSetSummary |
StackSetSummary.withStatus(String status)
The status of the stack set.
|
| Modifier and Type | Method and Description |
|---|---|
List<StackSetSummary> |
ListStackSetsResult.getSummaries()
A list of
StackSetSummary structures that contain information about the user's stack sets. |
| Modifier and Type | Method and Description |
|---|---|
ListStackSetsResult |
ListStackSetsResult.withSummaries(StackSetSummary... summaries)
A list of
StackSetSummary structures that contain information about the user's stack sets. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStackSetsResult.setSummaries(Collection<StackSetSummary> summaries)
A list of
StackSetSummary structures that contain information about the user's stack sets. |
ListStackSetsResult |
ListStackSetsResult.withSummaries(Collection<StackSetSummary> summaries)
A list of
StackSetSummary structures that contain information about the user's stack sets. |
Copyright © 2021. All rights reserved.