| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFindingsReportResult> |
AbstractAWSInspector2Async.createFindingsReportAsync(CreateFindingsReportRequest request,
AsyncHandler<CreateFindingsReportRequest,CreateFindingsReportResult> asyncHandler) |
Future<CreateFindingsReportResult> |
AWSInspector2Async.createFindingsReportAsync(CreateFindingsReportRequest createFindingsReportRequest,
AsyncHandler<CreateFindingsReportRequest,CreateFindingsReportResult> asyncHandler)
Creates a finding report.
|
Future<CreateFindingsReportResult> |
AWSInspector2AsyncClient.createFindingsReportAsync(CreateFindingsReportRequest request,
AsyncHandler<CreateFindingsReportRequest,CreateFindingsReportResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFindingsReportRequest |
CreateFindingsReportRequest.clone() |
CreateFindingsReportRequest |
CreateFindingsReportRequest.withFilterCriteria(FilterCriteria filterCriteria)
The filter criteria to apply to the results of the finding report.
|
CreateFindingsReportRequest |
CreateFindingsReportRequest.withReportFormat(ReportFormat reportFormat)
The format to generate the report in.
|
CreateFindingsReportRequest |
CreateFindingsReportRequest.withReportFormat(String reportFormat)
The format to generate the report in.
|
CreateFindingsReportRequest |
CreateFindingsReportRequest.withS3Destination(Destination s3Destination)
The Amazon S3 export destination for the report.
|
Copyright © 2024. All rights reserved.