| 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 ListPolicyGenerationsResponse |
AccessAnalyzerClient.listPolicyGenerations(Consumer<ListPolicyGenerationsRequest.Builder> listPolicyGenerationsRequest)
Lists all of the policy generations requested in the last seven days.
|
default ListPolicyGenerationsResponse |
AccessAnalyzerClient.listPolicyGenerations(ListPolicyGenerationsRequest listPolicyGenerationsRequest)
Lists all of the policy generations requested in the last seven days.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPolicyGenerationsResponse> |
AccessAnalyzerAsyncClient.listPolicyGenerations(Consumer<ListPolicyGenerationsRequest.Builder> listPolicyGenerationsRequest)
Lists all of the policy generations requested in the last seven days.
|
default CompletableFuture<ListPolicyGenerationsResponse> |
AccessAnalyzerAsyncClient.listPolicyGenerations(ListPolicyGenerationsRequest listPolicyGenerationsRequest)
Lists all of the policy generations requested in the last seven days.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPolicyGenerationsResponse> |
ListPolicyGenerationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPolicyGenerationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPolicyGenerationsResponse> subscriber) |
Copyright © 2022. All rights reserved.