| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer |
AWS IAM Access Analyzer helps identify potential resource-access risks by enabling you to identify any policies that
grant access to an external principal.
|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAnalyzedResourcesResult> |
AWSAccessAnalyzerAsync.listAnalyzedResourcesAsync(ListAnalyzedResourcesRequest listAnalyzedResourcesRequest,
AsyncHandler<ListAnalyzedResourcesRequest,ListAnalyzedResourcesResult> asyncHandler)
Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..
|
Future<ListAnalyzedResourcesResult> |
AbstractAWSAccessAnalyzerAsync.listAnalyzedResourcesAsync(ListAnalyzedResourcesRequest request,
AsyncHandler<ListAnalyzedResourcesRequest,ListAnalyzedResourcesResult> asyncHandler) |
Future<ListAnalyzedResourcesResult> |
AWSAccessAnalyzerAsyncClient.listAnalyzedResourcesAsync(ListAnalyzedResourcesRequest request,
AsyncHandler<ListAnalyzedResourcesRequest,ListAnalyzedResourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAnalyzedResourcesRequest |
ListAnalyzedResourcesRequest.clone() |
ListAnalyzedResourcesRequest |
ListAnalyzedResourcesRequest.withAnalyzerArn(String analyzerArn)
The ARN
of the analyzer to retrieve a list of analyzed resources from.
|
ListAnalyzedResourcesRequest |
ListAnalyzedResourcesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListAnalyzedResourcesRequest |
ListAnalyzedResourcesRequest.withNextToken(String nextToken)
A token used for pagination of results returned.
|
ListAnalyzedResourcesRequest |
ListAnalyzedResourcesRequest.withResourceType(ResourceType resourceType)
The type of resource.
|
ListAnalyzedResourcesRequest |
ListAnalyzedResourcesRequest.withResourceType(String resourceType)
The type of resource.
|
Copyright © 2021. All rights reserved.