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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
ListStackResourcesResult |
ListStackResourcesResult.withNextToken(String nextToken)
String that identifies the start of the next list of stack resources,
if there is one.
|
ListStackResourcesResult |
ListStackResourcesResult.withStackResourceSummaries(Collection<StackResourceSummary> stackResourceSummaries)
A list of
StackResourceSummary structures. |
ListStackResourcesResult |
ListStackResourcesResult.withStackResourceSummaries(StackResourceSummary... stackResourceSummaries)
A list of
StackResourceSummary structures. |
Copyright © 2014. All rights reserved.