Package | Description |
---|---|
com.amazonaws.services.cloudformation | |
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
DescribeStackResourceResult |
AmazonCloudFormation.describeStackResource(DescribeStackResourceRequest describeStackResourceRequest)
Returns a description of the specified resource in the specified stack.
|
DescribeStackResourceResult |
AbstractAmazonCloudFormation.describeStackResource(DescribeStackResourceRequest request) |
DescribeStackResourceResult |
AmazonCloudFormationClient.describeStackResource(DescribeStackResourceRequest describeStackResourceRequest)
Returns a description of the specified resource in the specified stack.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeStackResourceResult> |
AmazonCloudFormationAsync.describeStackResourceAsync(DescribeStackResourceRequest describeStackResourceRequest,
AsyncHandler<DescribeStackResourceRequest,DescribeStackResourceResult> asyncHandler)
Returns a description of the specified resource in the specified stack.
|
Future<DescribeStackResourceResult> |
AbstractAmazonCloudFormationAsync.describeStackResourceAsync(DescribeStackResourceRequest request,
AsyncHandler<DescribeStackResourceRequest,DescribeStackResourceResult> asyncHandler) |
Future<DescribeStackResourceResult> |
AmazonCloudFormationAsyncClient.describeStackResourceAsync(DescribeStackResourceRequest request,
AsyncHandler<DescribeStackResourceRequest,DescribeStackResourceResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeStackResourceResult |
DescribeStackResourceResult.clone() |
DescribeStackResourceResult |
DescribeStackResourceResult.withStackResourceDetail(StackResourceDetail stackResourceDetail)
A
StackResourceDetail structure containing the description
of the specified resource in the specified stack. |
Copyright © 2018. All rights reserved.