| Package | Description |
|---|---|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
ImageScanStatus |
ImageScanStatus.clone() |
ImageScanStatus |
DescribeImageScanFindingsResult.getImageScanStatus()
The current state of the scan.
|
ImageScanStatus |
StartImageScanResult.getImageScanStatus()
The current state of the scan.
|
ImageScanStatus |
ImageDetail.getImageScanStatus()
The current state of the scan.
|
ImageScanStatus |
ImageScanStatus.withDescription(String description)
The description of the image scan status.
|
ImageScanStatus |
ImageScanStatus.withStatus(ScanStatus status)
The current state of an image scan.
|
ImageScanStatus |
ImageScanStatus.withStatus(String status)
The current state of an image scan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeImageScanFindingsResult.setImageScanStatus(ImageScanStatus imageScanStatus)
The current state of the scan.
|
void |
StartImageScanResult.setImageScanStatus(ImageScanStatus imageScanStatus)
The current state of the scan.
|
void |
ImageDetail.setImageScanStatus(ImageScanStatus imageScanStatus)
The current state of the scan.
|
DescribeImageScanFindingsResult |
DescribeImageScanFindingsResult.withImageScanStatus(ImageScanStatus imageScanStatus)
The current state of the scan.
|
StartImageScanResult |
StartImageScanResult.withImageScanStatus(ImageScanStatus imageScanStatus)
The current state of the scan.
|
ImageDetail |
ImageDetail.withImageScanStatus(ImageScanStatus imageScanStatus)
The current state of the scan.
|
Copyright © 2024. All rights reserved.