| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListAnalyzedResourcesResponse |
AccessAnalyzerClient.listAnalyzedResources(Consumer<ListAnalyzedResourcesRequest.Builder> listAnalyzedResourcesRequest)
Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..
|
default ListAnalyzedResourcesResponse |
AccessAnalyzerClient.listAnalyzedResources(ListAnalyzedResourcesRequest listAnalyzedResourcesRequest)
Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAnalyzedResourcesResponse> |
AccessAnalyzerAsyncClient.listAnalyzedResources(Consumer<ListAnalyzedResourcesRequest.Builder> 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..
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAnalyzedResourcesResponse> |
ListAnalyzedResourcesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAnalyzedResourcesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAnalyzedResourcesResponse> subscriber) |
Copyright © 2022. All rights reserved.