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 |
---|---|
DescribeStackResourcesResult |
AmazonCloudFormation.describeStackResources(DescribeStackResourcesRequest describeStackResourcesRequest)
Returns AWS resource descriptions for running and deleted stacks.
|
DescribeStackResourcesResult |
AmazonCloudFormationClient.describeStackResources(DescribeStackResourcesRequest describeStackResourcesRequest)
Returns AWS resource descriptions for running and deleted stacks.
|
Future<DescribeStackResourcesResult> |
AmazonCloudFormationAsync.describeStackResourcesAsync(DescribeStackResourcesRequest describeStackResourcesRequest)
Returns AWS resource descriptions for running and deleted stacks.
|
Future<DescribeStackResourcesResult> |
AmazonCloudFormationAsyncClient.describeStackResourcesAsync(DescribeStackResourcesRequest describeStackResourcesRequest)
Returns AWS resource descriptions for running and deleted stacks.
|
Future<DescribeStackResourcesResult> |
AmazonCloudFormationAsync.describeStackResourcesAsync(DescribeStackResourcesRequest describeStackResourcesRequest,
AsyncHandler<DescribeStackResourcesRequest,DescribeStackResourcesResult> asyncHandler)
Returns AWS resource descriptions for running and deleted stacks.
|
Future<DescribeStackResourcesResult> |
AmazonCloudFormationAsyncClient.describeStackResourcesAsync(DescribeStackResourcesRequest describeStackResourcesRequest,
AsyncHandler<DescribeStackResourcesRequest,DescribeStackResourcesResult> asyncHandler)
Returns AWS resource descriptions for running and deleted stacks.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeStackResourcesResult> |
AmazonCloudFormationAsync.describeStackResourcesAsync(DescribeStackResourcesRequest describeStackResourcesRequest,
AsyncHandler<DescribeStackResourcesRequest,DescribeStackResourcesResult> asyncHandler)
Returns AWS resource descriptions for running and deleted stacks.
|
Future<DescribeStackResourcesResult> |
AmazonCloudFormationAsyncClient.describeStackResourcesAsync(DescribeStackResourcesRequest describeStackResourcesRequest,
AsyncHandler<DescribeStackResourcesRequest,DescribeStackResourcesResult> asyncHandler)
Returns AWS resource descriptions for running and deleted stacks.
|
Modifier and Type | Method and Description |
---|---|
DescribeStackResourcesRequest |
DescribeStackResourcesRequest.withLogicalResourceId(String logicalResourceId)
The logical name of the resource as specified in the template.
|
DescribeStackResourcesRequest |
DescribeStackResourcesRequest.withPhysicalResourceId(String physicalResourceId)
The name or unique identifier that corresponds to a physical instance
ID of a resource supported by AWS CloudFormation.
|
DescribeStackResourcesRequest |
DescribeStackResourcesRequest.withStackName(String stackName)
The name or the unique identifier associated with the stack, which are
not always interchangeable: Running stacks: You can specify
either the stack's name or its unique stack ID. Deleted
stacks: You must specify the unique stack ID.
|
Copyright © 2014. All rights reserved.