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