Uses of Class
software.amazon.awssdk.services.inspector2.model.GetCisScanReportRequest
-
Packages that use GetCisScanReportRequest 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.transform -
-
Uses of GetCisScanReportRequest in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 with parameters of type GetCisScanReportRequest Modifier and Type Method Description default CompletableFuture<GetCisScanReportResponse>Inspector2AsyncClient. getCisScanReport(GetCisScanReportRequest getCisScanReportRequest)Retrieves a CIS scan report.default GetCisScanReportResponseInspector2Client. getCisScanReport(GetCisScanReportRequest getCisScanReportRequest)Retrieves a CIS scan report. -
Uses of GetCisScanReportRequest in software.amazon.awssdk.services.inspector2.transform
Methods in software.amazon.awssdk.services.inspector2.transform with parameters of type GetCisScanReportRequest Modifier and Type Method Description SdkHttpFullRequestGetCisScanReportRequestMarshaller. marshall(GetCisScanReportRequest getCisScanReportRequest)
-