Package | Description |
---|---|
com.amazonaws.services.cloudformation | |
com.amazonaws.services.cloudformation.model | |
com.amazonaws.services.cloudformation.model.transform |
Modifier and Type | Method and Description |
---|---|
ListStackResourcesResult |
AmazonCloudFormationClient.listStackResources(ListStackResourcesRequest listStackResourcesRequest)
Returns descriptions of all resources of the specified stack.
|
ListStackResourcesResult |
AmazonCloudFormation.listStackResources(ListStackResourcesRequest listStackResourcesRequest)
Returns descriptions of all resources of the specified stack.
|
ListStackResourcesResult |
AbstractAmazonCloudFormation.listStackResources(ListStackResourcesRequest request) |
java.util.concurrent.Future<ListStackResourcesResult> |
AmazonCloudFormationAsyncClient.listStackResourcesAsync(ListStackResourcesRequest request) |
java.util.concurrent.Future<ListStackResourcesResult> |
AmazonCloudFormationAsync.listStackResourcesAsync(ListStackResourcesRequest listStackResourcesRequest)
Returns descriptions of all resources of the specified stack.
|
java.util.concurrent.Future<ListStackResourcesResult> |
AbstractAmazonCloudFormationAsync.listStackResourcesAsync(ListStackResourcesRequest request) |
java.util.concurrent.Future<ListStackResourcesResult> |
AmazonCloudFormationAsyncClient.listStackResourcesAsync(ListStackResourcesRequest request,
AsyncHandler<ListStackResourcesRequest,ListStackResourcesResult> asyncHandler) |
java.util.concurrent.Future<ListStackResourcesResult> |
AmazonCloudFormationAsync.listStackResourcesAsync(ListStackResourcesRequest listStackResourcesRequest,
AsyncHandler<ListStackResourcesRequest,ListStackResourcesResult> asyncHandler)
Returns descriptions of all resources of the specified stack.
|
java.util.concurrent.Future<ListStackResourcesResult> |
AbstractAmazonCloudFormationAsync.listStackResourcesAsync(ListStackResourcesRequest request,
AsyncHandler<ListStackResourcesRequest,ListStackResourcesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListStackResourcesResult> |
AmazonCloudFormationAsyncClient.listStackResourcesAsync(ListStackResourcesRequest request,
AsyncHandler<ListStackResourcesRequest,ListStackResourcesResult> asyncHandler) |
java.util.concurrent.Future<ListStackResourcesResult> |
AmazonCloudFormationAsync.listStackResourcesAsync(ListStackResourcesRequest listStackResourcesRequest,
AsyncHandler<ListStackResourcesRequest,ListStackResourcesResult> asyncHandler)
Returns descriptions of all resources of the specified stack.
|
java.util.concurrent.Future<ListStackResourcesResult> |
AbstractAmazonCloudFormationAsync.listStackResourcesAsync(ListStackResourcesRequest request,
AsyncHandler<ListStackResourcesRequest,ListStackResourcesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListStackResourcesRequest |
ListStackResourcesRequest.clone() |
ListStackResourcesRequest |
ListStackResourcesRequest.withNextToken(java.lang.String nextToken)
A string that identifies the next page of stack resources that you want
to retrieve.
|
ListStackResourcesRequest |
ListStackResourcesRequest.withStackName(java.lang.String stackName)
The name or the unique stack ID that is associated with the stack, which
are not always interchangeable:
|
Modifier and Type | Method and Description |
---|---|
Request<ListStackResourcesRequest> |
ListStackResourcesRequestMarshaller.marshall(ListStackResourcesRequest listStackResourcesRequest) |
Modifier and Type | Method and Description |
---|---|
Request<ListStackResourcesRequest> |
ListStackResourcesRequestMarshaller.marshall(ListStackResourcesRequest listStackResourcesRequest) |