Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.ValidatePolicyResponse
-
Packages that use ValidatePolicyResponse 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 -
-
Uses of ValidatePolicyResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return ValidatePolicyResponse Modifier and Type Method Description default ValidatePolicyResponseAccessAnalyzerClient. validatePolicy(Consumer<ValidatePolicyRequest.Builder> validatePolicyRequest)Requests the validation of a policy and returns a list of findings.default ValidatePolicyResponseAccessAnalyzerClient. validatePolicy(ValidatePolicyRequest validatePolicyRequest)Requests the validation of a policy and returns a list of findings.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type ValidatePolicyResponse Modifier and Type Method 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. -
Uses of ValidatePolicyResponse in software.amazon.awssdk.services.accessanalyzer.paginators
Methods in software.amazon.awssdk.services.accessanalyzer.paginators that return types with arguments of type ValidatePolicyResponse Modifier and Type Method Description Iterator<ValidatePolicyResponse>ValidatePolicyIterable. iterator()Method parameters in software.amazon.awssdk.services.accessanalyzer.paginators with type arguments of type ValidatePolicyResponse Modifier and Type Method Description voidValidatePolicyPublisher. subscribe(org.reactivestreams.Subscriber<? super ValidatePolicyResponse> subscriber)
-