| Package | Description |
|---|---|
| com.amazonaws.services.ecrpublic.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 that contains the image tag and image digest associated with an image.
|
Image |
Image.withImageManifest(String imageManifest)
The image manifest that's associated with the image.
|
Image |
Image.withImageManifestMediaType(String imageManifestMediaType)
The manifest media type of the image.
|
Image |
Image.withRegistryId(String registryId)
The Amazon Web Services account ID that's associated with the registry containing the image.
|
Image |
Image.withRepositoryName(String repositoryName)
The name of the repository that's associated with the image.
|
| 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.
|
Copyright © 2025. All rights reserved.