| Package | Description |
|---|---|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
EnhancedImageScanFinding |
EnhancedImageScanFinding.clone() |
EnhancedImageScanFinding |
EnhancedImageScanFinding.withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID associated with the image.
|
EnhancedImageScanFinding |
EnhancedImageScanFinding.withDescription(String description)
The description of the finding.
|
EnhancedImageScanFinding |
EnhancedImageScanFinding.withFindingArn(String findingArn)
The Amazon Resource Number (ARN) of the finding.
|
EnhancedImageScanFinding |
EnhancedImageScanFinding.withFirstObservedAt(Date firstObservedAt)
The date and time that the finding was first observed.
|
EnhancedImageScanFinding |
EnhancedImageScanFinding.withLastObservedAt(Date lastObservedAt)
The date and time that the finding was last observed.
|
EnhancedImageScanFinding |
EnhancedImageScanFinding.withPackageVulnerabilityDetails(PackageVulnerabilityDetails packageVulnerabilityDetails)
An object that contains the details of a package vulnerability finding.
|
EnhancedImageScanFinding |
EnhancedImageScanFinding.withRemediation(Remediation remediation)
An object that contains the details about how to remediate a finding.
|
EnhancedImageScanFinding |
EnhancedImageScanFinding.withResources(Collection<Resource> resources)
Contains information on the resources involved in a finding.
|
EnhancedImageScanFinding |
EnhancedImageScanFinding.withResources(Resource... resources)
Contains information on the resources involved in a finding.
|
EnhancedImageScanFinding |
EnhancedImageScanFinding.withScore(Double score)
The Amazon Inspector score given to the finding.
|
EnhancedImageScanFinding |
EnhancedImageScanFinding.withScoreDetails(ScoreDetails scoreDetails)
An object that contains details of the Amazon Inspector score.
|
EnhancedImageScanFinding |
EnhancedImageScanFinding.withSeverity(String severity)
The severity of the finding.
|
EnhancedImageScanFinding |
EnhancedImageScanFinding.withStatus(String status)
The status of the finding.
|
EnhancedImageScanFinding |
EnhancedImageScanFinding.withTitle(String title)
The title of the finding.
|
EnhancedImageScanFinding |
EnhancedImageScanFinding.withType(String type)
The type of the finding.
|
EnhancedImageScanFinding |
EnhancedImageScanFinding.withUpdatedAt(Date updatedAt)
The date and time the finding was last updated at.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnhancedImageScanFinding> |
ImageScanFindings.getEnhancedFindings()
Details about the enhanced scan findings from Amazon Inspector.
|
| Modifier and Type | Method and Description |
|---|---|
ImageScanFindings |
ImageScanFindings.withEnhancedFindings(EnhancedImageScanFinding... enhancedFindings)
Details about the enhanced scan findings from Amazon Inspector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageScanFindings.setEnhancedFindings(Collection<EnhancedImageScanFinding> enhancedFindings)
Details about the enhanced scan findings from Amazon Inspector.
|
ImageScanFindings |
ImageScanFindings.withEnhancedFindings(Collection<EnhancedImageScanFinding> enhancedFindings)
Details about the enhanced scan findings from Amazon Inspector.
|
Copyright © 2025. All rights reserved.