Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.ListFindingsV2Response
-
Packages that use ListFindingsV2Response 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 ListFindingsV2Response in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return ListFindingsV2Response Modifier and Type Method Description default ListFindingsV2ResponseAccessAnalyzerClient. listFindingsV2(Consumer<ListFindingsV2Request.Builder> listFindingsV2Request)Retrieves a list of findings generated by the specified analyzer.default ListFindingsV2ResponseAccessAnalyzerClient. listFindingsV2(ListFindingsV2Request listFindingsV2Request)Retrieves a list of findings generated by the specified analyzer.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type ListFindingsV2Response Modifier and Type Method Description default CompletableFuture<ListFindingsV2Response>AccessAnalyzerAsyncClient. listFindingsV2(Consumer<ListFindingsV2Request.Builder> listFindingsV2Request)Retrieves a list of findings generated by the specified analyzer.default CompletableFuture<ListFindingsV2Response>AccessAnalyzerAsyncClient. listFindingsV2(ListFindingsV2Request listFindingsV2Request)Retrieves a list of findings generated by the specified analyzer. -
Uses of ListFindingsV2Response in software.amazon.awssdk.services.accessanalyzer.paginators
Methods in software.amazon.awssdk.services.accessanalyzer.paginators that return types with arguments of type ListFindingsV2Response Modifier and Type Method Description Iterator<ListFindingsV2Response>ListFindingsV2Iterable. iterator()Method parameters in software.amazon.awssdk.services.accessanalyzer.paginators with type arguments of type ListFindingsV2Response Modifier and Type Method Description voidListFindingsV2Publisher. subscribe(org.reactivestreams.Subscriber<? super ListFindingsV2Response> subscriber)
-