| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model | |
| software.amazon.awssdk.services.cloudformation.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<StackSummary> |
ListStacksResponse.stackSummaries()
A list of
StackSummary structures containing information about the specified stacks. |
| Modifier and Type | Method and Description |
|---|---|
ListStacksResponse.Builder |
ListStacksResponse.Builder.stackSummaries(StackSummary... stackSummaries)
A list of
StackSummary structures containing information about the specified stacks. |
| Modifier and Type | Method and Description |
|---|---|
ListStacksResponse.Builder |
ListStacksResponse.Builder.stackSummaries(Collection<StackSummary> stackSummaries)
A list of
StackSummary structures containing information about the specified stacks. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<StackSummary> |
ListStacksIterable.stackSummaries()
Returns an iterable to iterate through the paginated
ListStacksResponse.stackSummaries() member. |
SdkPublisher<StackSummary> |
ListStacksPublisher.stackSummaries()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2020. All rights reserved.