| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation |
|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListResourceScanResourcesResult> |
AmazonCloudFormationAsyncClient.listResourceScanResourcesAsync(ListResourceScanResourcesRequest request,
AsyncHandler<ListResourceScanResourcesRequest,ListResourceScanResourcesResult> asyncHandler) |
Future<ListResourceScanResourcesResult> |
AmazonCloudFormationAsync.listResourceScanResourcesAsync(ListResourceScanResourcesRequest listResourceScanResourcesRequest,
AsyncHandler<ListResourceScanResourcesRequest,ListResourceScanResourcesResult> asyncHandler)
Lists the resources from a resource scan.
|
Future<ListResourceScanResourcesResult> |
AbstractAmazonCloudFormationAsync.listResourceScanResourcesAsync(ListResourceScanResourcesRequest request,
AsyncHandler<ListResourceScanResourcesRequest,ListResourceScanResourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListResourceScanResourcesRequest |
ListResourceScanResourcesRequest.clone() |
ListResourceScanResourcesRequest |
ListResourceScanResourcesRequest.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. |
ListResourceScanResourcesRequest |
ListResourceScanResourcesRequest.withNextToken(String nextToken)
A string that identifies the next page of resource scan results.
|
ListResourceScanResourcesRequest |
ListResourceScanResourcesRequest.withResourceIdentifier(String resourceIdentifier)
If specified, the returned resources will have the specified resource identifier (or one of them in the case
where the resource has multiple identifiers).
|
ListResourceScanResourcesRequest |
ListResourceScanResourcesRequest.withResourceScanId(String resourceScanId)
The Amazon Resource Name (ARN) of the resource scan.
|
ListResourceScanResourcesRequest |
ListResourceScanResourcesRequest.withResourceTypePrefix(String resourceTypePrefix)
If specified, the returned resources will be of any of the resource types with the specified prefix.
|
ListResourceScanResourcesRequest |
ListResourceScanResourcesRequest.withTagKey(String tagKey)
If specified, the returned resources will have a matching tag key.
|
ListResourceScanResourcesRequest |
ListResourceScanResourcesRequest.withTagValue(String tagValue)
If specified, the returned resources will have a matching tag value.
|
Copyright © 2024. All rights reserved.