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, AWS account, and region.
|
default DescribeStackInstanceResponse |
CloudFormationClient.describeStackInstance(DescribeStackInstanceRequest describeStackInstanceRequest)
Returns the stack instance that's associated with the specified stack set, AWS 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, AWS account, and region.
|
default CompletableFuture<DescribeStackInstanceResponse> |
CloudFormationAsyncClient.describeStackInstance(DescribeStackInstanceRequest describeStackInstanceRequest)
Returns the stack instance that's associated with the specified stack set, AWS account, and region.
|
Copyright © 2019. All rights reserved.