Package | Description |
---|---|
com.amazonaws.services.cloudformation | |
com.amazonaws.services.cloudformation.model |
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> |
AbstractAmazonCloudFormationAsync.listStackResourcesAsync(ListStackResourcesRequest request,
AsyncHandler<ListStackResourcesRequest,ListStackResourcesResult> asyncHandler) |
Future<ListStackResourcesResult> |
AmazonCloudFormationAsyncClient.listStackResourcesAsync(ListStackResourcesRequest request,
AsyncHandler<ListStackResourcesRequest,ListStackResourcesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListStackResourcesRequest |
ListStackResourcesRequest.clone() |
ListStackResourcesRequest |
ListStackResourcesRequest.withNextToken(String nextToken)
A string that identifies the next page of stack resources that you want
to retrieve.
|
ListStackResourcesRequest |
ListStackResourcesRequest.withStackName(String stackName)
The name or the unique stack ID that is associated with the stack, which
are not always interchangeable:
|
Copyright © 2018. All rights reserved.