Uses of Class
software.amazon.awssdk.services.inspector2.model.ListCisScanResultsAggregatedByChecksResponse
-
Packages that use ListCisScanResultsAggregatedByChecksResponse 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 ListCisScanResultsAggregatedByChecksResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return ListCisScanResultsAggregatedByChecksResponse Modifier and Type Method Description default ListCisScanResultsAggregatedByChecksResponseInspector2Client. listCisScanResultsAggregatedByChecks(Consumer<ListCisScanResultsAggregatedByChecksRequest.Builder> listCisScanResultsAggregatedByChecksRequest)Lists scan results aggregated by checks.default ListCisScanResultsAggregatedByChecksResponseInspector2Client. listCisScanResultsAggregatedByChecks(ListCisScanResultsAggregatedByChecksRequest listCisScanResultsAggregatedByChecksRequest)Lists scan results aggregated by checks.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type ListCisScanResultsAggregatedByChecksResponse Modifier and Type Method Description default CompletableFuture<ListCisScanResultsAggregatedByChecksResponse>Inspector2AsyncClient. listCisScanResultsAggregatedByChecks(Consumer<ListCisScanResultsAggregatedByChecksRequest.Builder> listCisScanResultsAggregatedByChecksRequest)Lists scan results aggregated by checks.default CompletableFuture<ListCisScanResultsAggregatedByChecksResponse>Inspector2AsyncClient. listCisScanResultsAggregatedByChecks(ListCisScanResultsAggregatedByChecksRequest listCisScanResultsAggregatedByChecksRequest)Lists scan results aggregated by checks. -
Uses of ListCisScanResultsAggregatedByChecksResponse in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type ListCisScanResultsAggregatedByChecksResponse Modifier and Type Method Description Iterator<ListCisScanResultsAggregatedByChecksResponse>ListCisScanResultsAggregatedByChecksIterable. iterator()Method parameters in software.amazon.awssdk.services.inspector2.paginators with type arguments of type ListCisScanResultsAggregatedByChecksResponse Modifier and Type Method Description voidListCisScanResultsAggregatedByChecksPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCisScanResultsAggregatedByChecksResponse> subscriber)
-