| 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 ValidatePolicyResponse |
AccessAnalyzerClient.validatePolicy(Consumer<ValidatePolicyRequest.Builder> validatePolicyRequest)
Requests the validation of a policy and returns a list of findings.
|
default ValidatePolicyResponse |
AccessAnalyzerClient.validatePolicy(ValidatePolicyRequest validatePolicyRequest)
Requests the validation of a policy and returns a list of findings.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ValidatePolicyResponse> |
AccessAnalyzerAsyncClient.validatePolicy(Consumer<ValidatePolicyRequest.Builder> validatePolicyRequest)
Requests the validation of a policy and returns a list of findings.
|
default CompletableFuture<ValidatePolicyResponse> |
AccessAnalyzerAsyncClient.validatePolicy(ValidatePolicyRequest validatePolicyRequest)
Requests the validation of a policy and returns a list of findings.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ValidatePolicyResponse> |
ValidatePolicyIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidatePolicyPublisher.subscribe(org.reactivestreams.Subscriber<? super ValidatePolicyResponse> subscriber) |
Copyright © 2022. All rights reserved.