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 identify potential resource-access risks by enabling you to identify any policies that grant access to an external principal. -
-
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.
-