Uses of Class
software.amazon.awssdk.services.ecrpublic.model.EmptyUploadException
-
Packages that use EmptyUploadException Package Description software.amazon.awssdk.services.ecrpublic Amazon Elastic Container Registry Public -
-
Uses of EmptyUploadException in software.amazon.awssdk.services.ecrpublic
Methods in software.amazon.awssdk.services.ecrpublic that throw EmptyUploadException 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.
-