| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeStackInstanceResult |
AmazonCloudFormationClient.describeStackInstance(DescribeStackInstanceRequest request)
Returns the stack instance that's associated with the specified stack set, Amazon Web Services account, and
Region.
|
DescribeStackInstanceResult |
AmazonCloudFormation.describeStackInstance(DescribeStackInstanceRequest describeStackInstanceRequest)
Returns the stack instance that's associated with the specified stack set, Amazon Web Services account, and
Region.
|
DescribeStackInstanceResult |
AbstractAmazonCloudFormation.describeStackInstance(DescribeStackInstanceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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, Amazon Web Services account, and
Region.
|
Future<DescribeStackInstanceResult> |
AbstractAmazonCloudFormationAsync.describeStackInstanceAsync(DescribeStackInstanceRequest request,
AsyncHandler<DescribeStackInstanceRequest,DescribeStackInstanceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeStackInstanceResult |
DescribeStackInstanceResult.clone() |
DescribeStackInstanceResult |
DescribeStackInstanceResult.withStackInstance(StackInstance stackInstance)
The stack instance that matches the specified request parameters.
|
Copyright © 2023. All rights reserved.