| Package | Description |
|---|---|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
ImageScanFinding |
ImageScanFinding.clone() |
ImageScanFinding |
ImageScanFinding.withAttributes(Attribute... attributes)
A collection of attributes of the host from which the finding is generated.
|
ImageScanFinding |
ImageScanFinding.withAttributes(Collection<Attribute> attributes)
A collection of attributes of the host from which the finding is generated.
|
ImageScanFinding |
ImageScanFinding.withDescription(String description)
The description of the finding.
|
ImageScanFinding |
ImageScanFinding.withName(String name)
The name associated with the finding, usually a CVE number.
|
ImageScanFinding |
ImageScanFinding.withSeverity(FindingSeverity severity)
The finding severity.
|
ImageScanFinding |
ImageScanFinding.withSeverity(String severity)
The finding severity.
|
ImageScanFinding |
ImageScanFinding.withUri(String uri)
A link containing additional details about the security vulnerability.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageScanFinding> |
ImageScanFindings.getFindings()
The findings from the image scan.
|
| Modifier and Type | Method and Description |
|---|---|
ImageScanFindings |
ImageScanFindings.withFindings(ImageScanFinding... findings)
The findings from the image scan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageScanFindings.setFindings(Collection<ImageScanFinding> findings)
The findings from the image scan.
|
ImageScanFindings |
ImageScanFindings.withFindings(Collection<ImageScanFinding> findings)
The findings from the image scan.
|
Copyright © 2019. All rights reserved.