| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ImageScanState |
ImageScanState.clone() |
ImageScanState |
Image.getScanState()
Contains information about the current state of scans for this image.
|
ImageScanState |
ImageScanState.withReason(String reason)
The reason for the scan status for the image.
|
ImageScanState |
ImageScanState.withStatus(ImageScanStatus status)
The current state of vulnerability scans for the image.
|
ImageScanState |
ImageScanState.withStatus(String status)
The current state of vulnerability scans for the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.setScanState(ImageScanState scanState)
Contains information about the current state of scans for this image.
|
Image |
Image.withScanState(ImageScanState scanState)
Contains information about the current state of scans for this image.
|
Copyright © 2024. All rights reserved.