Uses of Class
com.amazonaws.services.ecr.model.UploadLayerPartResult
-
Packages that use UploadLayerPartResult Package Description com.amazonaws.services.ecr com.amazonaws.services.ecr.model -
-
Uses of UploadLayerPartResult in com.amazonaws.services.ecr
Methods in com.amazonaws.services.ecr that return UploadLayerPartResult Modifier and Type Method Description UploadLayerPartResult
AbstractAmazonECR. uploadLayerPart(UploadLayerPartRequest request)
UploadLayerPartResult
AmazonECR. uploadLayerPart(UploadLayerPartRequest uploadLayerPartRequest)
Uploads an image layer part to Amazon ECR.UploadLayerPartResult
AmazonECRClient. uploadLayerPart(UploadLayerPartRequest uploadLayerPartRequest)
Uploads an image layer part to Amazon ECR.Method parameters in com.amazonaws.services.ecr with type arguments of type UploadLayerPartResult 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 UploadLayerPartResult in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return UploadLayerPartResult Modifier and Type Method Description UploadLayerPartResult
UploadLayerPartResult. clone()
UploadLayerPartResult
UploadLayerPartResult. withLastByteReceived(Long lastByteReceived)
The integer value of the last byte received in the request.UploadLayerPartResult
UploadLayerPartResult. withRegistryId(String registryId)
The registry ID associated with the request.UploadLayerPartResult
UploadLayerPartResult. withRepositoryName(String repositoryName)
The repository name associated with the request.UploadLayerPartResult
UploadLayerPartResult. withUploadId(String uploadId)
The upload ID associated with the request.
-