| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeStackSetResponse |
CloudFormationClient.describeStackSet(Consumer<DescribeStackSetRequest.Builder> describeStackSetRequest)
Returns the description of the specified stack set.
|
default DescribeStackSetResponse |
CloudFormationClient.describeStackSet(DescribeStackSetRequest describeStackSetRequest)
Returns the description of the specified stack set.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeStackSetResponse> |
CloudFormationAsyncClient.describeStackSet(Consumer<DescribeStackSetRequest.Builder> describeStackSetRequest)
Returns the description of the specified stack set.
|
default CompletableFuture<DescribeStackSetResponse> |
CloudFormationAsyncClient.describeStackSet(DescribeStackSetRequest describeStackSetRequest)
Returns the description of the specified stack set.
|
Copyright © 2019. All rights reserved.