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 UploadLayerPartRequest
UploadLayerPartRequest. clone()
UploadLayerPartRequest
UploadLayerPartRequest. withLayerPartBlob(ByteBuffer layerPartBlob)
The base64-encoded layer part payload.UploadLayerPartRequest
UploadLayerPartRequest. withPartFirstByte(Long partFirstByte)
The integer value of the first byte of the layer part.UploadLayerPartRequest
UploadLayerPartRequest. withPartLastByte(Long partLastByte)
The integer value of the last byte of the layer part.UploadLayerPartRequest
UploadLayerPartRequest. withRegistryId(String registryId)
The AWS account ID associated with the registry that you are uploading layer parts to.UploadLayerPartRequest
UploadLayerPartRequest. withRepositoryName(String repositoryName)
The name of the repository that you are uploading layer parts to.UploadLayerPartRequest
UploadLayerPartRequest. withUploadId(String uploadId)
The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.
-