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 |
---|---|
ListStackResourcesResult |
AmazonCloudFormation.listStackResources(ListStackResourcesRequest listStackResourcesRequest)
Returns descriptions of all resources of the specified stack.
|
ListStackResourcesResult |
AmazonCloudFormationClient.listStackResources(ListStackResourcesRequest listStackResourcesRequest)
Returns descriptions of all resources of the specified stack.
|
Future<ListStackResourcesResult> |
AmazonCloudFormationAsync.listStackResourcesAsync(ListStackResourcesRequest listStackResourcesRequest)
Returns descriptions of all resources of the specified stack.
|
Future<ListStackResourcesResult> |
AmazonCloudFormationAsyncClient.listStackResourcesAsync(ListStackResourcesRequest listStackResourcesRequest)
Returns descriptions of all resources of the specified stack.
|
Future<ListStackResourcesResult> |
AmazonCloudFormationAsync.listStackResourcesAsync(ListStackResourcesRequest listStackResourcesRequest,
AsyncHandler<ListStackResourcesRequest,ListStackResourcesResult> asyncHandler)
Returns descriptions of all resources of the specified stack.
|
Future<ListStackResourcesResult> |
AmazonCloudFormationAsyncClient.listStackResourcesAsync(ListStackResourcesRequest listStackResourcesRequest,
AsyncHandler<ListStackResourcesRequest,ListStackResourcesResult> asyncHandler)
Returns descriptions of all resources of the specified stack.
|
Modifier and Type | Method and Description |
---|---|
Future<ListStackResourcesResult> |
AmazonCloudFormationAsync.listStackResourcesAsync(ListStackResourcesRequest listStackResourcesRequest,
AsyncHandler<ListStackResourcesRequest,ListStackResourcesResult> asyncHandler)
Returns descriptions of all resources of the specified stack.
|
Future<ListStackResourcesResult> |
AmazonCloudFormationAsyncClient.listStackResourcesAsync(ListStackResourcesRequest listStackResourcesRequest,
AsyncHandler<ListStackResourcesRequest,ListStackResourcesResult> asyncHandler)
Returns descriptions of all resources of the specified stack.
|
Modifier and Type | Method and Description |
---|---|
ListStackResourcesRequest |
ListStackResourcesRequest.withNextToken(String nextToken)
String that identifies the start of the next list of stack resource
summaries, if there is one.
|
ListStackResourcesRequest |
ListStackResourcesRequest.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.