Uses of Class
software.amazon.awssdk.services.inspector2.model.GetFindingsReportStatusResponse
-
Packages that use GetFindingsReportStatusResponse 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 GetFindingsReportStatusResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return GetFindingsReportStatusResponse Modifier and Type Method Description default GetFindingsReportStatusResponseInspector2Client. getFindingsReportStatus(Consumer<GetFindingsReportStatusRequest.Builder> getFindingsReportStatusRequest)Gets the status of a findings report.default GetFindingsReportStatusResponseInspector2Client. getFindingsReportStatus(GetFindingsReportStatusRequest getFindingsReportStatusRequest)Gets the status of a findings report.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type GetFindingsReportStatusResponse Modifier and Type Method Description default CompletableFuture<GetFindingsReportStatusResponse>Inspector2AsyncClient. getFindingsReportStatus(Consumer<GetFindingsReportStatusRequest.Builder> getFindingsReportStatusRequest)Gets the status of a findings report.default CompletableFuture<GetFindingsReportStatusResponse>Inspector2AsyncClient. getFindingsReportStatus(GetFindingsReportStatusRequest getFindingsReportStatusRequest)Gets the status of a findings report.
-