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

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

Uses of AbortMultipartUploadRequest in com.baidubce.services.bos
 

Methods in com.baidubce.services.bos with parameters of type AbortMultipartUploadRequest
 void BosClient.abortMultipartUpload(AbortMultipartUploadRequest request)
          Aborts a multipart upload.
 

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

Methods in com.baidubce.services.bos.model that return AbortMultipartUploadRequest
 AbortMultipartUploadRequest AbortMultipartUploadRequest.withBucketName(String bucketName)
          Sets the name of the bucket containing the multipart upload to abort and returns the updated object so that additional calls can be chained together.
 AbortMultipartUploadRequest AbortMultipartUploadRequest.withKey(String key)
          Sets the key of the multipart upload to abort and returns the updated AbortMultipartUploadRequest object so that additional method calls can be chained together.
 AbortMultipartUploadRequest AbortMultipartUploadRequest.withRequestCredentials(BceCredentials credentials)
           
 AbortMultipartUploadRequest AbortMultipartUploadRequest.withUploadId(String uploadId)
          Sets the ID of the multipart upload to abort, and returns this updated AbortMultipartUploadRequest object so that additional method calls can be chained together.
 



Copyright © 2018. All rights reserved.