| Package | Description |
|---|---|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
ImageScanFindingsSummary |
ImageScanFindingsSummary.addFindingSeverityCountsEntry(String key,
Integer value) |
ImageScanFindingsSummary |
ImageScanFindingsSummary.clearFindingSeverityCountsEntries()
Removes all the entries added into FindingSeverityCounts.
|
ImageScanFindingsSummary |
ImageScanFindingsSummary.clone() |
ImageScanFindingsSummary |
ImageDetail.getImageScanFindingsSummary()
A summary of the last completed image scan.
|
ImageScanFindingsSummary |
ImageScanFindingsSummary.withFindingSeverityCounts(Map<String,Integer> findingSeverityCounts)
The image vulnerability counts, sorted by severity.
|
ImageScanFindingsSummary |
ImageScanFindingsSummary.withImageScanCompletedAt(Date imageScanCompletedAt)
The time of the last completed image scan.
|
ImageScanFindingsSummary |
ImageScanFindingsSummary.withVulnerabilitySourceUpdatedAt(Date vulnerabilitySourceUpdatedAt)
The time when the vulnerability data was last scanned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageDetail.setImageScanFindingsSummary(ImageScanFindingsSummary imageScanFindingsSummary)
A summary of the last completed image scan.
|
ImageDetail |
ImageDetail.withImageScanFindingsSummary(ImageScanFindingsSummary imageScanFindingsSummary)
A summary of the last completed image scan.
|
Copyright © 2020. All rights reserved.