| Package | Description |
|---|---|
| com.amazonaws.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
ReferencedImageDetail |
ReferencedImageDetail.clone() |
ReferencedImageDetail |
ImageTagDetail.getImageDetail()
An object that describes the details of an image.
|
ReferencedImageDetail |
ReferencedImageDetail.withArtifactMediaType(String artifactMediaType)
The artifact media type of the image.
|
ReferencedImageDetail |
ReferencedImageDetail.withImageDigest(String imageDigest)
The
sha256 digest of the image manifest. |
ReferencedImageDetail |
ReferencedImageDetail.withImageManifestMediaType(String imageManifestMediaType)
The media type of the image manifest.
|
ReferencedImageDetail |
ReferencedImageDetail.withImagePushedAt(Date imagePushedAt)
The date and time, expressed in standard JavaScript date format, which the current image tag was pushed to the
repository at.
|
ReferencedImageDetail |
ReferencedImageDetail.withImageSizeInBytes(Long imageSizeInBytes)
The size, in bytes, of the image in the repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageTagDetail.setImageDetail(ReferencedImageDetail imageDetail)
An object that describes the details of an image.
|
ImageTagDetail |
ImageTagDetail.withImageDetail(ReferencedImageDetail imageDetail)
An object that describes the details of an image.
|
Copyright © 2024. All rights reserved.