| 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 ListFindingsResponse |
AccessAnalyzerClient.listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)
Retrieves a list of findings generated by the specified analyzer.
|
default ListFindingsResponse |
AccessAnalyzerClient.listFindings(ListFindingsRequest listFindingsRequest)
Retrieves a list of findings generated by the specified analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFindingsResponse> |
AccessAnalyzerAsyncClient.listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)
Retrieves a list of findings generated by the specified analyzer.
|
default CompletableFuture<ListFindingsResponse> |
AccessAnalyzerAsyncClient.listFindings(ListFindingsRequest listFindingsRequest)
Retrieves a list of findings generated by the specified analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFindingsResponse> |
ListFindingsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFindingsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFindingsResponse> subscriber) |
Copyright © 2021. All rights reserved.