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 you to set, verify, and refine your IAM policies by providing a suite of capabilities.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)
-