Uses of Class
com.amazonaws.services.ecr.model.UploadLayerPartRequest
Packages that use UploadLayerPartRequest
-
Uses of UploadLayerPartRequest in com.amazonaws.services.ecr
Methods in com.amazonaws.services.ecr with parameters of type UploadLayerPartRequestModifier and TypeMethodDescriptionAbstractAmazonECR.uploadLayerPart
(UploadLayerPartRequest request) AmazonECR.uploadLayerPart
(UploadLayerPartRequest uploadLayerPartRequest) Uploads an image layer part to Amazon ECR.AmazonECRClient.uploadLayerPart
(UploadLayerPartRequest uploadLayerPartRequest) Uploads an image layer part to Amazon ECR.AbstractAmazonECRAsync.uploadLayerPartAsync
(UploadLayerPartRequest request) AbstractAmazonECRAsync.uploadLayerPartAsync
(UploadLayerPartRequest request, AsyncHandler<UploadLayerPartRequest, UploadLayerPartResult> asyncHandler) AmazonECRAsync.uploadLayerPartAsync
(UploadLayerPartRequest uploadLayerPartRequest) Uploads an image layer part to Amazon ECR.AmazonECRAsync.uploadLayerPartAsync
(UploadLayerPartRequest uploadLayerPartRequest, AsyncHandler<UploadLayerPartRequest, UploadLayerPartResult> asyncHandler) Uploads an image layer part to Amazon ECR.AmazonECRAsyncClient.uploadLayerPartAsync
(UploadLayerPartRequest request) AmazonECRAsyncClient.uploadLayerPartAsync
(UploadLayerPartRequest request, AsyncHandler<UploadLayerPartRequest, UploadLayerPartResult> asyncHandler) Method parameters in com.amazonaws.services.ecr with type arguments of type UploadLayerPartRequestModifier and TypeMethodDescriptionAbstractAmazonECRAsync.uploadLayerPartAsync
(UploadLayerPartRequest request, AsyncHandler<UploadLayerPartRequest, UploadLayerPartResult> asyncHandler) AmazonECRAsync.uploadLayerPartAsync
(UploadLayerPartRequest uploadLayerPartRequest, AsyncHandler<UploadLayerPartRequest, UploadLayerPartResult> asyncHandler) Uploads an image layer part to Amazon ECR.AmazonECRAsyncClient.uploadLayerPartAsync
(UploadLayerPartRequest request, AsyncHandler<UploadLayerPartRequest, UploadLayerPartResult> asyncHandler) -
Uses of UploadLayerPartRequest in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return UploadLayerPartRequestModifier and TypeMethodDescriptionUploadLayerPartRequest.clone()
UploadLayerPartRequest.withLayerPartBlob
(ByteBuffer layerPartBlob) The base64-encoded layer part payload.UploadLayerPartRequest.withPartFirstByte
(Long partFirstByte) The integer value of the first byte of the layer part.UploadLayerPartRequest.withPartLastByte
(Long partLastByte) The integer value of the last byte of the layer part.UploadLayerPartRequest.withRegistryId
(String registryId) The AWS account ID associated with the registry that you are uploading layer parts to.UploadLayerPartRequest.withRepositoryName
(String repositoryName) The name of the repository that you are uploading layer parts to.UploadLayerPartRequest.withUploadId
(String uploadId) The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.