| 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 ListAccessPreviewsResponse |
AccessAnalyzerClient.listAccessPreviews(Consumer<ListAccessPreviewsRequest.Builder> listAccessPreviewsRequest)
Retrieves a list of access previews for the specified analyzer.
|
default ListAccessPreviewsResponse |
AccessAnalyzerClient.listAccessPreviews(ListAccessPreviewsRequest listAccessPreviewsRequest)
Retrieves a list of access previews for the specified analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAccessPreviewsResponse> |
AccessAnalyzerAsyncClient.listAccessPreviews(Consumer<ListAccessPreviewsRequest.Builder> listAccessPreviewsRequest)
Retrieves a list of access previews for the specified analyzer.
|
default CompletableFuture<ListAccessPreviewsResponse> |
AccessAnalyzerAsyncClient.listAccessPreviews(ListAccessPreviewsRequest listAccessPreviewsRequest)
Retrieves a list of access previews for the specified analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAccessPreviewsResponse> |
ListAccessPreviewsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccessPreviewsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAccessPreviewsResponse> subscriber) |
Copyright © 2022. All rights reserved.