| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeStackInstanceResponse |
CloudFormationClient.describeStackInstance(Consumer<DescribeStackInstanceRequest.Builder> describeStackInstanceRequest)
Returns the stack instance that's associated with the specified stack set, Amazon Web Services account, and
Region.
|
default DescribeStackInstanceResponse |
CloudFormationClient.describeStackInstance(DescribeStackInstanceRequest describeStackInstanceRequest)
Returns the stack instance that's associated with the specified stack set, Amazon Web Services account, and
Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeStackInstanceResponse> |
CloudFormationAsyncClient.describeStackInstance(Consumer<DescribeStackInstanceRequest.Builder> describeStackInstanceRequest)
Returns the stack instance that's associated with the specified stack set, Amazon Web Services account, and
Region.
|
default CompletableFuture<DescribeStackInstanceResponse> |
CloudFormationAsyncClient.describeStackInstance(DescribeStackInstanceRequest describeStackInstanceRequest)
Returns the stack instance that's associated with the specified stack set, Amazon Web Services account, and
Region.
|
Copyright © 2022. All rights reserved.