Package | Description |
---|---|
software.amazon.awssdk.services.ecr |
|
Modifier and Type | Method and Description |
---|---|
default GetDownloadUrlForLayerResponse |
EcrClient.getDownloadUrlForLayer(Consumer<GetDownloadUrlForLayerRequest.Builder> getDownloadUrlForLayerRequest)
Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer.
|
default GetDownloadUrlForLayerResponse |
EcrClient.getDownloadUrlForLayer(GetDownloadUrlForLayerRequest getDownloadUrlForLayerRequest)
Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer.
|
default PutImageResponse |
EcrClient.putImage(Consumer<PutImageRequest.Builder> putImageRequest)
Creates or updates the image manifest and tags associated with an image.
|
default PutImageResponse |
EcrClient.putImage(PutImageRequest putImageRequest)
Creates or updates the image manifest and tags associated with an image.
|
Copyright © 2023. All rights reserved.