Uses of Class
software.amazon.awssdk.services.ecr.model.ImageScanStatus
-
Packages that use ImageScanStatus Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of ImageScanStatus in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return ImageScanStatus Modifier and Type Method Description ImageScanStatusDescribeImageScanFindingsResponse. imageScanStatus()The current state of the scan.ImageScanStatusImageDetail. imageScanStatus()The current state of the scan.ImageScanStatusStartImageScanResponse. imageScanStatus()The current state of the scan.Methods in software.amazon.awssdk.services.ecr.model with parameters of type ImageScanStatus Modifier and Type Method Description DescribeImageScanFindingsResponse.BuilderDescribeImageScanFindingsResponse.Builder. imageScanStatus(ImageScanStatus imageScanStatus)The current state of the scan.ImageDetail.BuilderImageDetail.Builder. imageScanStatus(ImageScanStatus imageScanStatus)The current state of the scan.StartImageScanResponse.BuilderStartImageScanResponse.Builder. imageScanStatus(ImageScanStatus imageScanStatus)The current state of the scan.
-