Uses of Class
software.amazon.awssdk.services.inspector2.model.ListCisScansResponse
-
Packages that use ListCisScansResponse 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 ListCisScansResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return ListCisScansResponse Modifier and Type Method Description default ListCisScansResponseInspector2Client. listCisScans(Consumer<ListCisScansRequest.Builder> listCisScansRequest)Returns a CIS scan list.default ListCisScansResponseInspector2Client. listCisScans(ListCisScansRequest listCisScansRequest)Returns a CIS scan list.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type ListCisScansResponse Modifier and Type Method Description default CompletableFuture<ListCisScansResponse>Inspector2AsyncClient. listCisScans(Consumer<ListCisScansRequest.Builder> listCisScansRequest)Returns a CIS scan list.default CompletableFuture<ListCisScansResponse>Inspector2AsyncClient. listCisScans(ListCisScansRequest listCisScansRequest)Returns a CIS scan list. -
Uses of ListCisScansResponse in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type ListCisScansResponse Modifier and Type Method Description Iterator<ListCisScansResponse>ListCisScansIterable. iterator()Method parameters in software.amazon.awssdk.services.inspector2.paginators with type arguments of type ListCisScansResponse Modifier and Type Method Description voidListCisScansPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCisScansResponse> subscriber)
-