| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model | |
| software.amazon.awssdk.services.cloudformation.paginators |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ChangeSetSummary> |
ListChangeSetsPublisher.summaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ChangeSetSummary> |
ListChangeSetsIterable.summaries()
Returns an iterable to iterate through the paginated
ListChangeSetsResponse.summaries() member. |
Copyright © 2022. All rights reserved.