| 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<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 |
|---|---|
GetCisScanReportRequest |
GetCisScanReportRequest.clone() |
GetCisScanReportRequest |
GetCisScanReportRequest.withReportFormat(CisReportFormat reportFormat)
The format of the report.
|
GetCisScanReportRequest |
GetCisScanReportRequest.withReportFormat(String reportFormat)
The format of the report.
|
GetCisScanReportRequest |
GetCisScanReportRequest.withScanArn(String scanArn)
The scan ARN.
|
GetCisScanReportRequest |
GetCisScanReportRequest.withTargetAccounts(Collection<String> targetAccounts)
The target accounts.
|
GetCisScanReportRequest |
GetCisScanReportRequest.withTargetAccounts(String... targetAccounts)
The target accounts.
|
Copyright © 2024. All rights reserved.