| 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 ListAccessPreviewFindingsResponse |
AccessAnalyzerClient.listAccessPreviewFindings(Consumer<ListAccessPreviewFindingsRequest.Builder> listAccessPreviewFindingsRequest)
Retrieves a list of access preview findings generated by the specified access preview.
|
default ListAccessPreviewFindingsResponse |
AccessAnalyzerClient.listAccessPreviewFindings(ListAccessPreviewFindingsRequest listAccessPreviewFindingsRequest)
Retrieves a list of access preview findings generated by the specified access preview.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAccessPreviewFindingsResponse> |
AccessAnalyzerAsyncClient.listAccessPreviewFindings(Consumer<ListAccessPreviewFindingsRequest.Builder> listAccessPreviewFindingsRequest)
Retrieves a list of access preview findings generated by the specified access preview.
|
default CompletableFuture<ListAccessPreviewFindingsResponse> |
AccessAnalyzerAsyncClient.listAccessPreviewFindings(ListAccessPreviewFindingsRequest listAccessPreviewFindingsRequest)
Retrieves a list of access preview findings generated by the specified access preview.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAccessPreviewFindingsResponse> |
ListAccessPreviewFindingsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccessPreviewFindingsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAccessPreviewFindingsResponse> subscriber) |
Copyright © 2023. All rights reserved.