Package | Description |
---|---|
com.amazonaws.services.ecr.model |
Modifier and Type | Method and Description |
---|---|
Image |
Image.clone() |
Image |
PutImageResult.getImage()
Details of the image uploaded.
|
Image |
Image.withImageId(ImageIdentifier imageId)
An object containing the image tag and image digest associated with an
image.
|
Image |
Image.withImageManifest(String imageManifest)
The image manifest associated with the image.
|
Image |
Image.withRegistryId(String registryId)
The AWS account ID associated with the registry containing the image.
|
Image |
Image.withRepositoryName(String repositoryName)
The name of the repository associated with the image.
|
Modifier and Type | Method and Description |
---|---|
List<Image> |
BatchGetImageResult.getImages()
A list of image objects corresponding to the image references in the
request.
|
Modifier and Type | Method and Description |
---|---|
void |
PutImageResult.setImage(Image image)
Details of the image uploaded.
|
PutImageResult |
PutImageResult.withImage(Image image)
Details of the image uploaded.
|
BatchGetImageResult |
BatchGetImageResult.withImages(Image... images)
A list of image objects corresponding to the image references in the
request.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchGetImageResult.setImages(Collection<Image> images)
A list of image objects corresponding to the image references in the
request.
|
BatchGetImageResult |
BatchGetImageResult.withImages(Collection<Image> images)
A list of image objects corresponding to the image references in the
request.
|
Copyright © 2018. All rights reserved.