| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeStackSetResult |
AmazonCloudFormationClient.describeStackSet(DescribeStackSetRequest request)
Returns the description of the specified stack set.
|
DescribeStackSetResult |
AbstractAmazonCloudFormation.describeStackSet(DescribeStackSetRequest request) |
DescribeStackSetResult |
AmazonCloudFormation.describeStackSet(DescribeStackSetRequest describeStackSetRequest)
Returns the description of the specified stack set.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<DescribeStackSetResult> |
AbstractAmazonCloudFormationAsync.describeStackSetAsync(DescribeStackSetRequest request,
AsyncHandler<DescribeStackSetRequest,DescribeStackSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeStackSetResult |
DescribeStackSetResult.clone() |
DescribeStackSetResult |
DescribeStackSetResult.withStackSet(StackSet stackSet)
The specified stack set.
|
Copyright © 2022. All rights reserved.