| Package | Description |
|---|---|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
ImageDetail |
ImageDetail.clone() |
ImageDetail |
ImageDetail.withArtifactMediaType(String artifactMediaType)
The artifact media type of the image.
|
ImageDetail |
ImageDetail.withImageDigest(String imageDigest)
The
sha256 digest of the image manifest. |
ImageDetail |
ImageDetail.withImageManifestMediaType(String imageManifestMediaType)
The media type of the image manifest.
|
ImageDetail |
ImageDetail.withImagePushedAt(Date imagePushedAt)
The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the
repository.
|
ImageDetail |
ImageDetail.withImageScanFindingsSummary(ImageScanFindingsSummary imageScanFindingsSummary)
A summary of the last completed image scan.
|
ImageDetail |
ImageDetail.withImageScanStatus(ImageScanStatus imageScanStatus)
The current state of the scan.
|
ImageDetail |
ImageDetail.withImageSizeInBytes(Long imageSizeInBytes)
The size, in bytes, of the image in the repository.
|
ImageDetail |
ImageDetail.withImageTags(Collection<String> imageTags)
The list of tags associated with this image.
|
ImageDetail |
ImageDetail.withImageTags(String... imageTags)
The list of tags associated with this image.
|
ImageDetail |
ImageDetail.withLastRecordedPullTime(Date lastRecordedPullTime)
The date and time, expressed in standard JavaScript date format, when Amazon ECR recorded the last image pull.
|
ImageDetail |
ImageDetail.withRegistryId(String registryId)
The Amazon Web Services account ID associated with the registry to which this image belongs.
|
ImageDetail |
ImageDetail.withRepositoryName(String repositoryName)
The name of the repository to which this image belongs.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageDetail> |
DescribeImagesResult.getImageDetails()
A list of ImageDetail objects that contain data about the image.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeImagesResult |
DescribeImagesResult.withImageDetails(ImageDetail... imageDetails)
A list of ImageDetail objects that contain data about the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeImagesResult.setImageDetails(Collection<ImageDetail> imageDetails)
A list of ImageDetail objects that contain data about the image.
|
DescribeImagesResult |
DescribeImagesResult.withImageDetails(Collection<ImageDetail> imageDetails)
A list of ImageDetail objects that contain data about the image.
|
Copyright © 2024. All rights reserved.