Uses of Class
com.amazonaws.services.ecr.model.InitiateLayerUploadResult
Packages that use InitiateLayerUploadResult
-
Uses of InitiateLayerUploadResult in com.amazonaws.services.ecr
Methods in com.amazonaws.services.ecr that return InitiateLayerUploadResultModifier and TypeMethodDescriptionAbstractAmazonECR.initiateLayerUpload
(InitiateLayerUploadRequest request) AmazonECR.initiateLayerUpload
(InitiateLayerUploadRequest initiateLayerUploadRequest) Notify Amazon ECR that you intend to upload an image layer.AmazonECRClient.initiateLayerUpload
(InitiateLayerUploadRequest initiateLayerUploadRequest) Notify Amazon ECR that you intend to upload an image layer.Methods in com.amazonaws.services.ecr that return types with arguments of type InitiateLayerUploadResultModifier and TypeMethodDescriptionAbstractAmazonECRAsync.initiateLayerUploadAsync
(InitiateLayerUploadRequest request) AbstractAmazonECRAsync.initiateLayerUploadAsync
(InitiateLayerUploadRequest request, AsyncHandler<InitiateLayerUploadRequest, InitiateLayerUploadResult> asyncHandler) AmazonECRAsync.initiateLayerUploadAsync
(InitiateLayerUploadRequest initiateLayerUploadRequest) Notify Amazon ECR that you intend to upload an image layer.AmazonECRAsync.initiateLayerUploadAsync
(InitiateLayerUploadRequest initiateLayerUploadRequest, AsyncHandler<InitiateLayerUploadRequest, InitiateLayerUploadResult> asyncHandler) Notify Amazon ECR that you intend to upload an image layer.AmazonECRAsyncClient.initiateLayerUploadAsync
(InitiateLayerUploadRequest request) AmazonECRAsyncClient.initiateLayerUploadAsync
(InitiateLayerUploadRequest request, AsyncHandler<InitiateLayerUploadRequest, InitiateLayerUploadResult> asyncHandler) Method parameters in com.amazonaws.services.ecr with type arguments of type InitiateLayerUploadResultModifier and TypeMethodDescriptionAbstractAmazonECRAsync.initiateLayerUploadAsync
(InitiateLayerUploadRequest request, AsyncHandler<InitiateLayerUploadRequest, InitiateLayerUploadResult> asyncHandler) AmazonECRAsync.initiateLayerUploadAsync
(InitiateLayerUploadRequest initiateLayerUploadRequest, AsyncHandler<InitiateLayerUploadRequest, InitiateLayerUploadResult> asyncHandler) Notify Amazon ECR that you intend to upload an image layer.AmazonECRAsyncClient.initiateLayerUploadAsync
(InitiateLayerUploadRequest request, AsyncHandler<InitiateLayerUploadRequest, InitiateLayerUploadResult> asyncHandler) -
Uses of InitiateLayerUploadResult in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return InitiateLayerUploadResultModifier and TypeMethodDescriptionInitiateLayerUploadResult.clone()
InitiateLayerUploadResult.withPartSize
(Long partSize) The size, in bytes, that Amazon ECR expects future layer part uploads to be.InitiateLayerUploadResult.withUploadId
(String uploadId) The upload ID for the layer upload.