| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeStackInstanceResult> |
AbstractAmazonCloudFormationAsync.describeStackInstanceAsync(DescribeStackInstanceRequest request,
AsyncHandler<DescribeStackInstanceRequest,DescribeStackInstanceResult> asyncHandler) |
Future<DescribeStackInstanceResult> |
AmazonCloudFormationAsyncClient.describeStackInstanceAsync(DescribeStackInstanceRequest request,
AsyncHandler<DescribeStackInstanceRequest,DescribeStackInstanceResult> asyncHandler) |
Future<DescribeStackInstanceResult> |
AmazonCloudFormationAsync.describeStackInstanceAsync(DescribeStackInstanceRequest describeStackInstanceRequest,
AsyncHandler<DescribeStackInstanceRequest,DescribeStackInstanceResult> asyncHandler)
Returns the stack instance that's associated with the specified stack set, AWS account, and region.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStackInstanceRequest |
DescribeStackInstanceRequest.clone() |
DescribeStackInstanceRequest |
DescribeStackInstanceRequest.withStackInstanceAccount(String stackInstanceAccount)
The ID of an AWS account that's associated with this stack instance.
|
DescribeStackInstanceRequest |
DescribeStackInstanceRequest.withStackInstanceRegion(String stackInstanceRegion)
The name of a region that's associated with this stack instance.
|
DescribeStackInstanceRequest |
DescribeStackInstanceRequest.withStackSetName(String stackSetName)
The name or the unique stack ID of the stack set that you want to get stack instance information for.
|
Copyright © 2019. All rights reserved.