Uses of Class
software.amazon.awssdk.services.inspector2.model.ListFindingsResponse
-
Packages that use ListFindingsResponse Package Description software.amazon.awssdk.services.inspector2 Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments.software.amazon.awssdk.services.inspector2.paginators -
-
Uses of ListFindingsResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return ListFindingsResponse Modifier and Type Method Description default ListFindingsResponseInspector2Client. listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)Lists findings for your environment.default ListFindingsResponseInspector2Client. listFindings(ListFindingsRequest listFindingsRequest)Lists findings for your environment.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type ListFindingsResponse Modifier and Type Method Description default CompletableFuture<ListFindingsResponse>Inspector2AsyncClient. listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)Lists findings for your environment.default CompletableFuture<ListFindingsResponse>Inspector2AsyncClient. listFindings(ListFindingsRequest listFindingsRequest)Lists findings for your environment. -
Uses of ListFindingsResponse in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type ListFindingsResponse Modifier and Type Method Description Iterator<ListFindingsResponse>ListFindingsIterable. iterator()Method parameters in software.amazon.awssdk.services.inspector2.paginators with type arguments of type ListFindingsResponse Modifier and Type Method Description voidListFindingsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFindingsResponse> subscriber)
-