Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.ListPolicyGenerationsResponse
-
Packages that use ListPolicyGenerationsResponse 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 ListPolicyGenerationsResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return ListPolicyGenerationsResponse Modifier and Type Method Description default ListPolicyGenerationsResponseAccessAnalyzerClient. listPolicyGenerations(Consumer<ListPolicyGenerationsRequest.Builder> listPolicyGenerationsRequest)Lists all of the policy generations requested in the last seven days.default ListPolicyGenerationsResponseAccessAnalyzerClient. listPolicyGenerations(ListPolicyGenerationsRequest listPolicyGenerationsRequest)Lists all of the policy generations requested in the last seven days.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type ListPolicyGenerationsResponse Modifier and Type Method 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. -
Uses of ListPolicyGenerationsResponse in software.amazon.awssdk.services.accessanalyzer.paginators
Methods in software.amazon.awssdk.services.accessanalyzer.paginators that return types with arguments of type ListPolicyGenerationsResponse Modifier and Type Method Description Iterator<ListPolicyGenerationsResponse>ListPolicyGenerationsIterable. iterator()Method parameters in software.amazon.awssdk.services.accessanalyzer.paginators with type arguments of type ListPolicyGenerationsResponse Modifier and Type Method Description voidListPolicyGenerationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPolicyGenerationsResponse> subscriber)
-