Package | Description |
---|---|
software.amazon.awssdk.services.cloudformation |
|
software.amazon.awssdk.services.cloudformation.paginators | |
software.amazon.awssdk.services.cloudformation.transform |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<DescribeStacksResponse> |
CloudFormationAsyncClient.describeStacks(DescribeStacksRequest describeStacksRequest)
Returns the description for the specified stack; if no stack name was specified, then it returns the description
for all the stacks created.
|
default DescribeStacksResponse |
CloudFormationClient.describeStacks(DescribeStacksRequest describeStacksRequest)
Returns the description for the specified stack; if no stack name was specified, then it returns the description
for all the stacks created.
|
default DescribeStacksPublisher |
CloudFormationAsyncClient.describeStacksPaginator(DescribeStacksRequest describeStacksRequest)
Returns the description for the specified stack; if no stack name was specified, then it returns the description
for all the stacks created.
|
default DescribeStacksIterable |
CloudFormationClient.describeStacksPaginator(DescribeStacksRequest describeStacksRequest)
Returns the description for the specified stack; if no stack name was specified, then it returns the description
for all the stacks created.
|
Constructor and Description |
---|
DescribeStacksIterable(CloudFormationClient client,
DescribeStacksRequest firstRequest) |
DescribeStacksPublisher(CloudFormationAsyncClient client,
DescribeStacksRequest firstRequest) |
Modifier and Type | Method and Description |
---|---|
SdkHttpFullRequest |
DescribeStacksRequestMarshaller.marshall(DescribeStacksRequest describeStacksRequest) |
Copyright © 2019. All rights reserved.