Uses of Class
software.amazon.awssdk.services.ecrpublic.model.LayerAlreadyExistsException
-
Packages that use LayerAlreadyExistsException Package Description software.amazon.awssdk.services.ecrpublic Amazon Elastic Container Registry Public -
-
Uses of LayerAlreadyExistsException in software.amazon.awssdk.services.ecrpublic
Methods in software.amazon.awssdk.services.ecrpublic that throw LayerAlreadyExistsException Modifier and Type Method Description default CompleteLayerUploadResponseEcrPublicClient. completeLayerUpload(Consumer<CompleteLayerUploadRequest.Builder> completeLayerUploadRequest)Informs Amazon ECR that the image layer upload is complete for a specified public registry, repository name, and upload ID.default CompleteLayerUploadResponseEcrPublicClient. completeLayerUpload(CompleteLayerUploadRequest completeLayerUploadRequest)Informs Amazon ECR that the image layer upload is complete for a specified public registry, repository name, and upload ID.
-