Package | Description |
---|---|
com.amazonaws.services.ecr.model | |
com.amazonaws.services.ecr.model.transform |
Modifier and Type | Field and Description |
---|---|
private Image |
PutImageResult.image
Details of the image uploaded.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Image> |
BatchGetImageResult.images
A list of image objects corresponding to the image references in the
request.
|
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(java.lang.String imageManifest)
The image manifest associated with the image.
|
Image |
Image.withRegistryId(java.lang.String registryId)
The AWS account ID associated with the registry containing the image.
|
Image |
Image.withRepositoryName(java.lang.String repositoryName)
The name of the repository associated with the image.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Image> images)
A list of image objects corresponding to the image references in the
request.
|
BatchGetImageResult |
BatchGetImageResult.withImages(java.util.Collection<Image> images)
A list of image objects corresponding to the image references in the
request.
|
Modifier and Type | Method and Description |
---|---|
Image |
ImageJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ImageJsonMarshaller.marshall(Image image,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|