Uses of Class
software.amazon.awssdk.services.ecr.model.LayersNotFoundException
-
Packages that use LayersNotFoundException Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry -
-
Uses of LayersNotFoundException in software.amazon.awssdk.services.ecr
Methods in software.amazon.awssdk.services.ecr that throw LayersNotFoundException Modifier and Type Method Description default GetDownloadUrlForLayerResponseEcrClient. getDownloadUrlForLayer(Consumer<GetDownloadUrlForLayerRequest.Builder> getDownloadUrlForLayerRequest)Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer.default GetDownloadUrlForLayerResponseEcrClient. getDownloadUrlForLayer(GetDownloadUrlForLayerRequest getDownloadUrlForLayerRequest)Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer.default PutImageResponseEcrClient. putImage(Consumer<PutImageRequest.Builder> putImageRequest)Creates or updates the image manifest and tags associated with an image.default PutImageResponseEcrClient. putImage(PutImageRequest putImageRequest)Creates or updates the image manifest and tags associated with an image.
-