Uses of Class
software.amazon.awssdk.services.inspector2.model.CreateFindingsReportResponse
-
Packages that use CreateFindingsReportResponse 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 CreateFindingsReportResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return CreateFindingsReportResponse Modifier and Type Method Description default CreateFindingsReportResponseInspector2Client. createFindingsReport(Consumer<CreateFindingsReportRequest.Builder> createFindingsReportRequest)Creates a finding report.default CreateFindingsReportResponseInspector2Client. createFindingsReport(CreateFindingsReportRequest createFindingsReportRequest)Creates a finding report.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type CreateFindingsReportResponse Modifier and Type Method Description default CompletableFuture<CreateFindingsReportResponse>Inspector2AsyncClient. createFindingsReport(Consumer<CreateFindingsReportRequest.Builder> createFindingsReportRequest)Creates a finding report.default CompletableFuture<CreateFindingsReportResponse>Inspector2AsyncClient. createFindingsReport(CreateFindingsReportRequest createFindingsReportRequest)Creates a finding report.
-