| Package | Description |
|---|---|
| com.amazonaws.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
ImageTagDetail |
ImageTagDetail.clone() |
ImageTagDetail |
ImageTagDetail.withCreatedAt(Date createdAt)
The time stamp that indicates when the image tag was created.
|
ImageTagDetail |
ImageTagDetail.withImageDetail(ReferencedImageDetail imageDetail)
An object that describes the details of an image.
|
ImageTagDetail |
ImageTagDetail.withImageTag(String imageTag)
The tag that's associated with the image.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageTagDetail> |
DescribeImageTagsResult.getImageTagDetails()
The image tag details for the images in the requested repository.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeImageTagsResult |
DescribeImageTagsResult.withImageTagDetails(ImageTagDetail... imageTagDetails)
The image tag details for the images in the requested repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeImageTagsResult.setImageTagDetails(Collection<ImageTagDetail> imageTagDetails)
The image tag details for the images in the requested repository.
|
DescribeImageTagsResult |
DescribeImageTagsResult.withImageTagDetails(Collection<ImageTagDetail> imageTagDetails)
The image tag details for the images in the requested repository.
|
Copyright © 2025. All rights reserved.