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> |
AmazonCloudFormationAsync.describeStackSetAsync(DescribeStackSetRequest describeStackSetRequest,
AsyncHandler<DescribeStackSetRequest,DescribeStackSetResult> asyncHandler)
Returns the description of the specified StackSet.
|
Future<DescribeStackSetResult> |
AmazonCloudFormationAsyncClient.describeStackSetAsync(DescribeStackSetRequest request,
AsyncHandler<DescribeStackSetRequest,DescribeStackSetResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeStackSetRequest |
DescribeStackSetRequest.clone() |
DescribeStackSetRequest |
DescribeStackSetRequest.withCallAs(CallAs callAs)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
management account or as a delegated administrator in a member account.
|
DescribeStackSetRequest |
DescribeStackSetRequest.withCallAs(String callAs)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
management account or as a delegated administrator in a member account.
|
DescribeStackSetRequest |
DescribeStackSetRequest.withStackSetName(String stackSetName)
The name or unique ID of the stack set whose description you want.
|
Copyright © 2023. All rights reserved.