| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
StackSetSummary |
StackSetSummary.clone() |
StackSetSummary |
StackSetSummary.withDescription(String description)
A description of the stack set that you specify when the stack set is created or updated.
|
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 © 2017. All rights reserved.