Uses of Class
software.amazon.awssdk.services.inspector2.model.ListCisScansRequest
-
Packages that use ListCisScansRequest 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 software.amazon.awssdk.services.inspector2.transform -
-
Uses of ListCisScansRequest in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 with parameters of type ListCisScansRequest Modifier and Type Method Description default CompletableFuture<ListCisScansResponse>Inspector2AsyncClient. listCisScans(ListCisScansRequest listCisScansRequest)Returns a CIS scan list.default ListCisScansResponseInspector2Client. listCisScans(ListCisScansRequest listCisScansRequest)Returns a CIS scan list.default ListCisScansPublisherInspector2AsyncClient. listCisScansPaginator(ListCisScansRequest listCisScansRequest)This is a variant ofInspector2AsyncClient.listCisScans(software.amazon.awssdk.services.inspector2.model.ListCisScansRequest)operation.default ListCisScansIterableInspector2Client. listCisScansPaginator(ListCisScansRequest listCisScansRequest)This is a variant ofInspector2Client.listCisScans(software.amazon.awssdk.services.inspector2.model.ListCisScansRequest)operation. -
Uses of ListCisScansRequest in software.amazon.awssdk.services.inspector2.paginators
Constructors in software.amazon.awssdk.services.inspector2.paginators with parameters of type ListCisScansRequest Constructor Description ListCisScansIterable(Inspector2Client client, ListCisScansRequest firstRequest)ListCisScansPublisher(Inspector2AsyncClient client, ListCisScansRequest firstRequest) -
Uses of ListCisScansRequest in software.amazon.awssdk.services.inspector2.transform
Methods in software.amazon.awssdk.services.inspector2.transform with parameters of type ListCisScansRequest Modifier and Type Method Description SdkHttpFullRequestListCisScansRequestMarshaller. marshall(ListCisScansRequest listCisScansRequest)
-