Uses of Class
software.amazon.awssdk.services.inspector2.model.ListCoverageStatisticsResponse
-
Packages that use ListCoverageStatisticsResponse 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 ListCoverageStatisticsResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return ListCoverageStatisticsResponse Modifier and Type Method Description default ListCoverageStatisticsResponseInspector2Client. listCoverageStatistics(Consumer<ListCoverageStatisticsRequest.Builder> listCoverageStatisticsRequest)Lists Amazon Inspector coverage statistics for your environment.default ListCoverageStatisticsResponseInspector2Client. listCoverageStatistics(ListCoverageStatisticsRequest listCoverageStatisticsRequest)Lists Amazon Inspector coverage statistics for your environment.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type ListCoverageStatisticsResponse Modifier and Type Method Description default CompletableFuture<ListCoverageStatisticsResponse>Inspector2AsyncClient. listCoverageStatistics(Consumer<ListCoverageStatisticsRequest.Builder> listCoverageStatisticsRequest)Lists Amazon Inspector coverage statistics for your environment.default CompletableFuture<ListCoverageStatisticsResponse>Inspector2AsyncClient. listCoverageStatistics(ListCoverageStatisticsRequest listCoverageStatisticsRequest)Lists Amazon Inspector coverage statistics for your environment. -
Uses of ListCoverageStatisticsResponse in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type ListCoverageStatisticsResponse Modifier and Type Method Description Iterator<ListCoverageStatisticsResponse>ListCoverageStatisticsIterable. iterator()Method parameters in software.amazon.awssdk.services.inspector2.paginators with type arguments of type ListCoverageStatisticsResponse Modifier and Type Method Description voidListCoverageStatisticsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCoverageStatisticsResponse> subscriber)
-