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