| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model | |
| software.amazon.awssdk.services.cloudformation.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Stack> |
DescribeStacksResponse.stacks()
A list of stack structures.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStacksResponse.Builder |
DescribeStacksResponse.Builder.stacks(Stack... stacks)
A list of stack structures.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStacksResponse.Builder |
DescribeStacksResponse.Builder.stacks(Collection<Stack> stacks)
A list of stack structures.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Stack> |
DescribeStacksPublisher.stacks()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Stack> |
DescribeStacksIterable.stacks()
Returns an iterable to iterate through the paginated
DescribeStacksResponse.stacks() member. |
Copyright © 2018. All rights reserved.