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