Uses of Class
com.amazonaws.services.ecr.model.UploadLayerPartResult
Packages that use UploadLayerPartResult
-
Uses of UploadLayerPartResult in com.amazonaws.services.ecr
Methods in com.amazonaws.services.ecr that return UploadLayerPartResultModifier 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.Methods in com.amazonaws.services.ecr that return types with arguments of type UploadLayerPartResultModifier and TypeMethodDescriptionAbstractAmazonECRAsync.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 UploadLayerPartResultModifier 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 UploadLayerPartResult in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return UploadLayerPartResultModifier and TypeMethodDescriptionUploadLayerPartResult.clone()
UploadLayerPartResult.withLastByteReceived
(Long lastByteReceived) The integer value of the last byte received in the request.UploadLayerPartResult.withRegistryId
(String registryId) The registry ID associated with the request.UploadLayerPartResult.withRepositoryName
(String repositoryName) The repository name associated with the request.UploadLayerPartResult.withUploadId
(String uploadId) The upload ID associated with the request.