| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
CisScan |
CisScan.clone() |
CisScan |
CisScan.withFailedChecks(Integer failedChecks)
The CIS scan's failed checks.
|
CisScan |
CisScan.withScanArn(String scanArn)
The CIS scan's ARN.
|
CisScan |
CisScan.withScanConfigurationArn(String scanConfigurationArn)
The CIS scan's configuration ARN.
|
CisScan |
CisScan.withScanDate(Date scanDate)
The CIS scan's date.
|
CisScan |
CisScan.withScanName(String scanName)
The the name of the scan configuration that's associated with this scan.
|
CisScan |
CisScan.withScheduledBy(String scheduledBy)
The account or organization that schedules the CIS scan.
|
CisScan |
CisScan.withSecurityLevel(CisSecurityLevel securityLevel)
The security level for the CIS scan.
|
CisScan |
CisScan.withSecurityLevel(String securityLevel)
The security level for the CIS scan.
|
CisScan |
CisScan.withStatus(CisScanStatus status)
The CIS scan's status.
|
CisScan |
CisScan.withStatus(String status)
The CIS scan's status.
|
CisScan |
CisScan.withTargets(CisTargets targets)
The CIS scan's targets.
|
CisScan |
CisScan.withTotalChecks(Integer totalChecks)
The CIS scan's total checks.
|
| Modifier and Type | Method and Description |
|---|---|
List<CisScan> |
ListCisScansResult.getScans()
The CIS scans.
|
| Modifier and Type | Method and Description |
|---|---|
ListCisScansResult |
ListCisScansResult.withScans(CisScan... scans)
The CIS scans.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCisScansResult.setScans(Collection<CisScan> scans)
The CIS scans.
|
ListCisScansResult |
ListCisScansResult.withScans(Collection<CisScan> scans)
The CIS scans.
|
Copyright © 2024. All rights reserved.