| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model | |
| software.amazon.awssdk.services.cloudformation.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<StackSetOperationSummary> |
ListStackSetOperationsResponse.summaries()
A list of
StackSetOperationSummary structures that contain summary information about operations for
the specified stack set. |
| Modifier and Type | Method and Description |
|---|---|
ListStackSetOperationsResponse.Builder |
ListStackSetOperationsResponse.Builder.summaries(StackSetOperationSummary... summaries)
A list of
StackSetOperationSummary structures that contain summary information about operations
for the specified stack set. |
| Modifier and Type | Method and Description |
|---|---|
ListStackSetOperationsResponse.Builder |
ListStackSetOperationsResponse.Builder.summaries(Collection<StackSetOperationSummary> summaries)
A list of
StackSetOperationSummary structures that contain summary information about operations
for the specified stack set. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<StackSetOperationSummary> |
ListStackSetOperationsIterable.summaries()
Returns an iterable to iterate through the paginated
ListStackSetOperationsResponse.summaries() member. |
SdkPublisher<StackSetOperationSummary> |
ListStackSetOperationsPublisher.summaries()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.