| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ImageScanFinding |
ImageScanFinding.clone() |
ImageScanFinding |
ImageScanFinding.withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID that's associated with the finding.
|
ImageScanFinding |
ImageScanFinding.withDescription(String description)
The description of the finding.
|
ImageScanFinding |
ImageScanFinding.withFirstObservedAt(Date firstObservedAt)
The date and time when the finding was first observed.
|
ImageScanFinding |
ImageScanFinding.withFixAvailable(String fixAvailable)
Details about whether a fix is available for any of the packages that are identified in the finding through a
version update.
|
ImageScanFinding |
ImageScanFinding.withImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image build version that's associated with the finding.
|
ImageScanFinding |
ImageScanFinding.withImagePipelineArn(String imagePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that's associated with the finding.
|
ImageScanFinding |
ImageScanFinding.withInspectorScore(Double inspectorScore)
The score that Amazon Inspector assigned for the finding.
|
ImageScanFinding |
ImageScanFinding.withInspectorScoreDetails(InspectorScoreDetails inspectorScoreDetails)
An object that contains details of the Amazon Inspector score.
|
ImageScanFinding |
ImageScanFinding.withPackageVulnerabilityDetails(PackageVulnerabilityDetails packageVulnerabilityDetails)
An object that contains the details of a package vulnerability finding.
|
ImageScanFinding |
ImageScanFinding.withRemediation(Remediation remediation)
An object that contains the details about how to remediate the finding.
|
ImageScanFinding |
ImageScanFinding.withSeverity(String severity)
The severity of the finding.
|
ImageScanFinding |
ImageScanFinding.withTitle(String title)
The title of the finding.
|
ImageScanFinding |
ImageScanFinding.withType(String type)
The type of the finding.
|
ImageScanFinding |
ImageScanFinding.withUpdatedAt(Date updatedAt)
The timestamp when the finding was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageScanFinding> |
ListImageScanFindingsResult.getFindings()
The image scan findings for your account that meet your request filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListImageScanFindingsResult |
ListImageScanFindingsResult.withFindings(ImageScanFinding... findings)
The image scan findings for your account that meet your request filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListImageScanFindingsResult.setFindings(Collection<ImageScanFinding> findings)
The image scan findings for your account that meet your request filter criteria.
|
ListImageScanFindingsResult |
ListImageScanFindingsResult.withFindings(Collection<ImageScanFinding> findings)
The image scan findings for your account that meet your request filter criteria.
|
Copyright © 2024. All rights reserved.