| Package | Description |
|---|---|
| com.amazonaws.services.ecrpublic.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, that the current image was pushed to the
repository at.
|
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 that's associated with this image.
|
ImageDetail |
ImageDetail.withImageTags(String... imageTags)
The list of tags that's associated with this image.
|
ImageDetail |
ImageDetail.withRegistryId(String registryId)
The Amazon Web Services account ID that's associated with the public registry where this image belongs.
|
ImageDetail |
ImageDetail.withRepositoryName(String repositoryName)
The name of the repository where 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.