Package | Description |
---|---|
com.amazonaws.services.cloudformation |
Synchronous and asynchronous client classes for accessing AmazonCloudFormation.
|
com.amazonaws.services.cloudformation.model |
Classes modeling the various types represented by AmazonCloudFormation.
|
Modifier and Type | Method and Description |
---|---|
DescribeStackResourceResult |
AmazonCloudFormation.describeStackResource(DescribeStackResourceRequest describeStackResourceRequest)
Returns a description of the specified resource in the specified
stack.
|
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)
Returns a description of the specified resource in the specified
stack.
|
Future<DescribeStackResourceResult> |
AmazonCloudFormationAsyncClient.describeStackResourceAsync(DescribeStackResourceRequest describeStackResourceRequest)
Returns a description of the specified resource in the specified
stack.
|
Future<DescribeStackResourceResult> |
AmazonCloudFormationAsync.describeStackResourceAsync(DescribeStackResourceRequest describeStackResourceRequest,
AsyncHandler<DescribeStackResourceRequest,DescribeStackResourceResult> asyncHandler)
Returns a description of the specified resource in the specified
stack.
|
Future<DescribeStackResourceResult> |
AmazonCloudFormationAsyncClient.describeStackResourceAsync(DescribeStackResourceRequest describeStackResourceRequest,
AsyncHandler<DescribeStackResourceRequest,DescribeStackResourceResult> asyncHandler)
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> |
AmazonCloudFormationAsyncClient.describeStackResourceAsync(DescribeStackResourceRequest describeStackResourceRequest,
AsyncHandler<DescribeStackResourceRequest,DescribeStackResourceResult> asyncHandler)
Returns a description of the specified resource in the specified
stack.
|
Modifier and Type | Method and Description |
---|---|
DescribeStackResourceResult |
DescribeStackResourceResult.withStackResourceDetail(StackResourceDetail stackResourceDetail)
A
StackResourceDetail structure containing the
description of the specified resource in the specified stack. |
Copyright © 2014. All rights reserved.