| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
ScanStatus |
ScanStatus.clone() |
ScanStatus |
CoveredResource.getScanStatus()
The status of the scan covering the resource.
|
ScanStatus |
ScanStatus.withReason(ScanStatusReason reason)
The scan status.
|
ScanStatus |
ScanStatus.withReason(String reason)
The scan status.
|
ScanStatus |
ScanStatus.withStatusCode(ScanStatusCode statusCode)
The status code of the scan.
|
ScanStatus |
ScanStatus.withStatusCode(String statusCode)
The status code of the scan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoveredResource.setScanStatus(ScanStatus scanStatus)
The status of the scan covering the resource.
|
CoveredResource |
CoveredResource.withScanStatus(ScanStatus scanStatus)
The status of the scan covering the resource.
|
Copyright © 2023. All rights reserved.