Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.GetGeneratedPolicyResponse
-
Packages that use GetGeneratedPolicyResponse Package Description software.amazon.awssdk.services.accessanalyzer Identity and Access Management Access Analyzer helps you to set, verify, and refine your IAM policies by providing a suite of capabilities. -
-
Uses of GetGeneratedPolicyResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return GetGeneratedPolicyResponse Modifier and Type Method Description default GetGeneratedPolicyResponseAccessAnalyzerClient. getGeneratedPolicy(Consumer<GetGeneratedPolicyRequest.Builder> getGeneratedPolicyRequest)Retrieves the policy that was generated usingStartPolicyGeneration.default GetGeneratedPolicyResponseAccessAnalyzerClient. getGeneratedPolicy(GetGeneratedPolicyRequest getGeneratedPolicyRequest)Retrieves the policy that was generated usingStartPolicyGeneration.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type GetGeneratedPolicyResponse Modifier and Type Method Description default CompletableFuture<GetGeneratedPolicyResponse>AccessAnalyzerAsyncClient. getGeneratedPolicy(Consumer<GetGeneratedPolicyRequest.Builder> getGeneratedPolicyRequest)Retrieves the policy that was generated usingStartPolicyGeneration.default CompletableFuture<GetGeneratedPolicyResponse>AccessAnalyzerAsyncClient. getGeneratedPolicy(GetGeneratedPolicyRequest getGeneratedPolicyRequest)Retrieves the policy that was generated usingStartPolicyGeneration.
-