Uses of Class
com.baidubce.services.bos.model.CompleteMultipartUploadRequest

Packages that use CompleteMultipartUploadRequest
com.baidubce.services.bos   
com.baidubce.services.bos.model   
 

Uses of CompleteMultipartUploadRequest in com.baidubce.services.bos
 

Methods in com.baidubce.services.bos with parameters of type CompleteMultipartUploadRequest
 CompleteMultipartUploadResponse BosClient.completeMultipartUpload(CompleteMultipartUploadRequest request)
          Completes a multipart upload by assembling previously uploaded parts.
 

Uses of CompleteMultipartUploadRequest in com.baidubce.services.bos.model
 

Methods in com.baidubce.services.bos.model that return CompleteMultipartUploadRequest
 CompleteMultipartUploadRequest CompleteMultipartUploadRequest.withBucketName(String bucketName)
          Sets the name of the bucket containing the multipart upload to complete, and returns this updated CompleteMultipartUploadRequest so that additional method calls can be chained together.
 CompleteMultipartUploadRequest CompleteMultipartUploadRequest.withKey(String key)
          Sets the key under which the multipart upload to complete is stored, and returns this updated CompleteMultipartUploadRequest object so that additional method calls can be chained together.
 CompleteMultipartUploadRequest CompleteMultipartUploadRequest.withObjectMetadata(ObjectMetadata objectMetadata)
          Sets the optional metadata instructing Baidu Bos how to handle the uploaded data .
 CompleteMultipartUploadRequest CompleteMultipartUploadRequest.withPartETags(List<PartETag> partETags)
          Sets the list of part numbers and ETags that identify the individual parts of the multipart upload to complete, and returns this updated CompleteMultipartUploadRequest object so that additional method calls can be chained.
 CompleteMultipartUploadRequest CompleteMultipartUploadRequest.withRequestCredentials(BceCredentials credentials)
           
 CompleteMultipartUploadRequest CompleteMultipartUploadRequest.withUploadId(String uploadId)
          Sets the ID of the multipart upload to complete, and returns this updated CompleteMultipartUploadRequest object so that additional method calls can be chained together.
 



Copyright © 2018. All rights reserved.