| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListStackResourcesResult> |
AmazonCloudFormationAsyncClient.listStackResourcesAsync(ListStackResourcesRequest request,
AsyncHandler<ListStackResourcesRequest,ListStackResourcesResult> asyncHandler) |
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) |
| 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 aren't always interchangeable:
|
Copyright © 2023. All rights reserved.