| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeStacksResponse |
CloudFormationClient.describeStacks(Consumer<DescribeStacksRequest.Builder> 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 CompletableFuture<DescribeStacksResponse> |
CloudFormationAsyncClient.describeStacks(Consumer<DescribeStacksRequest.Builder> 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(Consumer<DescribeStacksRequest.Builder> 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(Consumer<DescribeStacksRequest.Builder> describeStacksRequest)
Returns the description for the specified stack; if no stack name was specified, then it returns the description
for all the stacks created.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeStacksRequest.Builder |
DescribeStacksRequest.builder() |
DescribeStacksRequest.Builder |
DescribeStacksRequest.Builder.nextToken(String nextToken)
A string that identifies the next page of stacks that you want to retrieve.
|
DescribeStacksRequest.Builder |
DescribeStacksRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeStacksRequest.Builder |
DescribeStacksRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeStacksRequest.Builder |
DescribeStacksRequest.Builder.stackName(String stackName)
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
|
DescribeStacksRequest.Builder |
DescribeStacksRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeStacksRequest.Builder> |
DescribeStacksRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.