| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer |
Identity and Access Management Access Analyzer helps identify potential resource-access risks by enabling you to
identify any policies that grant access to an external principal.
|
| software.amazon.awssdk.services.accessanalyzer.paginators | |
| software.amazon.awssdk.services.accessanalyzer.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListAnalyzedResourcesResponse |
AccessAnalyzerClient.listAnalyzedResources(ListAnalyzedResourcesRequest listAnalyzedResourcesRequest)
Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..
|
default CompletableFuture<ListAnalyzedResourcesResponse> |
AccessAnalyzerAsyncClient.listAnalyzedResources(ListAnalyzedResourcesRequest listAnalyzedResourcesRequest)
Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..
|
default ListAnalyzedResourcesIterable |
AccessAnalyzerClient.listAnalyzedResourcesPaginator(ListAnalyzedResourcesRequest listAnalyzedResourcesRequest)
Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..
|
default ListAnalyzedResourcesPublisher |
AccessAnalyzerAsyncClient.listAnalyzedResourcesPaginator(ListAnalyzedResourcesRequest listAnalyzedResourcesRequest)
Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..
|
| Constructor and Description |
|---|
ListAnalyzedResourcesIterable(AccessAnalyzerClient client,
ListAnalyzedResourcesRequest firstRequest) |
ListAnalyzedResourcesPublisher(AccessAnalyzerAsyncClient client,
ListAnalyzedResourcesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAnalyzedResourcesRequestMarshaller.marshall(ListAnalyzedResourcesRequest listAnalyzedResourcesRequest) |
Copyright © 2023. All rights reserved.