| 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 |
|---|---|
GetCisScanReportResult |
AbstractAWSInspector2.getCisScanReport(GetCisScanReportRequest request) |
GetCisScanReportResult |
AWSInspector2Client.getCisScanReport(GetCisScanReportRequest request)
Retrieves a CIS scan report.
|
GetCisScanReportResult |
AWSInspector2.getCisScanReport(GetCisScanReportRequest getCisScanReportRequest)
Retrieves a CIS scan report.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCisScanReportResult> |
AbstractAWSInspector2Async.getCisScanReportAsync(GetCisScanReportRequest request,
AsyncHandler<GetCisScanReportRequest,GetCisScanReportResult> asyncHandler) |
Future<GetCisScanReportResult> |
AWSInspector2AsyncClient.getCisScanReportAsync(GetCisScanReportRequest request,
AsyncHandler<GetCisScanReportRequest,GetCisScanReportResult> asyncHandler) |
Future<GetCisScanReportResult> |
AWSInspector2Async.getCisScanReportAsync(GetCisScanReportRequest getCisScanReportRequest,
AsyncHandler<GetCisScanReportRequest,GetCisScanReportResult> asyncHandler)
Retrieves a CIS scan report.
|
| Modifier and Type | Method and Description |
|---|---|
GetCisScanReportResult |
GetCisScanReportResult.clone() |
GetCisScanReportResult |
GetCisScanReportResult.withStatus(CisReportStatus status)
The status.
|
GetCisScanReportResult |
GetCisScanReportResult.withStatus(String status)
The status.
|
GetCisScanReportResult |
GetCisScanReportResult.withUrl(String url)
The URL where a PDF or CSV of the CIS scan report can be downloaded.
|
Copyright © 2025. All rights reserved.