| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListResourceScansResult> |
AmazonCloudFormationAsyncClient.listResourceScansAsync(ListResourceScansRequest request,
AsyncHandler<ListResourceScansRequest,ListResourceScansResult> asyncHandler) |
Future<ListResourceScansResult> |
AbstractAmazonCloudFormationAsync.listResourceScansAsync(ListResourceScansRequest request,
AsyncHandler<ListResourceScansRequest,ListResourceScansResult> asyncHandler) |
Future<ListResourceScansResult> |
AmazonCloudFormationAsync.listResourceScansAsync(ListResourceScansRequest listResourceScansRequest,
AsyncHandler<ListResourceScansRequest,ListResourceScansResult> asyncHandler)
List the resource scans from newest to oldest.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceScansRequest |
ListResourceScansRequest.clone() |
ListResourceScansRequest |
ListResourceScansRequest.withMaxResults(Integer maxResults)
If the number of available results exceeds this maximum, the response includes a
NextToken value
that you can use for the NextToken parameter to get the next set of results. |
ListResourceScansRequest |
ListResourceScansRequest.withNextToken(String nextToken)
A string that identifies the next page of resource scan results.
|
Copyright © 2024. All rights reserved.