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

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

Uses of UploadPartRequest in com.baidubce.services.bos
 

Methods in com.baidubce.services.bos with parameters of type UploadPartRequest
 UploadPartResponse BosClient.uploadPart(UploadPartRequest request)
          Uploads a part in a multipart upload.
 

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

Methods in com.baidubce.services.bos.model that return UploadPartRequest
 UploadPartRequest UploadPartRequest.withBucketName(String bucketName)
          Sets the name of the bucket containing the existing, initiated multipart upload, with which this new part will be associated, and returns this updated object so that additional method calls can be chained together.
 UploadPartRequest UploadPartRequest.withInputStream(InputStream inputStream)
          Sets the stream containing the data to upload for the new part, and returns this updated object so that additional method calls can be chained together.
 UploadPartRequest UploadPartRequest.withKey(String key)
          Sets the key of the initiated multipart upload, and returns this updated object so that additional method calls can be chained together.
 UploadPartRequest UploadPartRequest.withMD5Digest(String md5Digest)
          Sets the optional, but recommended, MD5 hash of the content of this part.
 UploadPartRequest UploadPartRequest.withPartNumber(int partNumber)
          Sets the part number describing this part's position relative to the other parts in the multipart upload.
 UploadPartRequest UploadPartRequest.withPartSize(long partSize)
          Sets the size of this part, in bytes, and returns this updated UploadPartRequest object so that additional method calls can be chained together.
 UploadPartRequest UploadPartRequest.withRequestCredentials(BceCredentials credentials)
           
 UploadPartRequest UploadPartRequest.withUploadId(String uploadId)
          Sets the ID of the existing, initiated multipart upload with which this new part will be associated, and returns this updated UploadPartRequest object so that additional method calls can be chained together.
 



Copyright © 2018. All rights reserved.