| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeSetSummary> |
ListChangeSetsResponse.summaries()
A list of
ChangeSetSummary structures that provides the ID and status of each change set for the
specified stack. |
| Modifier and Type | Method and Description |
|---|---|
ListChangeSetsResponse.Builder |
ListChangeSetsResponse.Builder.summaries(ChangeSetSummary... summaries)
A list of
ChangeSetSummary structures that provides the ID and status of each change set for the
specified stack. |
| Modifier and Type | Method and Description |
|---|---|
ListChangeSetsResponse.Builder |
ListChangeSetsResponse.Builder.summaries(Collection<ChangeSetSummary> summaries)
A list of
ChangeSetSummary structures that provides the ID and status of each change set for the
specified stack. |
Copyright © 2020. All rights reserved.