| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeStackSetResult> |
AbstractAmazonCloudFormationAsync.describeStackSetAsync(DescribeStackSetRequest request,
AsyncHandler<DescribeStackSetRequest,DescribeStackSetResult> asyncHandler) |
Future<DescribeStackSetResult> |
AmazonCloudFormationAsyncClient.describeStackSetAsync(DescribeStackSetRequest request,
AsyncHandler<DescribeStackSetRequest,DescribeStackSetResult> asyncHandler) |
Future<DescribeStackSetResult> |
AmazonCloudFormationAsync.describeStackSetAsync(DescribeStackSetRequest describeStackSetRequest,
AsyncHandler<DescribeStackSetRequest,DescribeStackSetResult> asyncHandler)
Returns the description of the specified stack set.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStackSetRequest |
DescribeStackSetRequest.clone() |
DescribeStackSetRequest |
DescribeStackSetRequest.withStackSetName(String stackSetName)
The name or unique ID of the stack set whose description you want.
|
Copyright © 2018. All rights reserved.