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 UploadLayerPartResultAbstractAmazonECR. uploadLayerPart(UploadLayerPartRequest request)UploadLayerPartResultAmazonECR. uploadLayerPart(UploadLayerPartRequest uploadLayerPartRequest)Uploads an image layer part to Amazon ECR.UploadLayerPartResultAmazonECRClient. 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 UploadLayerPartResultUploadLayerPartResult. clone()UploadLayerPartResultUploadLayerPartResult. withLastByteReceived(Long lastByteReceived)The integer value of the last byte received in the request.UploadLayerPartResultUploadLayerPartResult. withRegistryId(String registryId)The registry ID associated with the request.UploadLayerPartResultUploadLayerPartResult. withRepositoryName(String repositoryName)The repository name associated with the request.UploadLayerPartResultUploadLayerPartResult. withUploadId(String uploadId)The upload ID associated with the request.
-