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

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

Uses of InitiateMultipartUploadRequest in com.baidubce.services.bos
 

Methods in com.baidubce.services.bos with parameters of type InitiateMultipartUploadRequest
 InitiateMultipartUploadResponse BosClient.initiateMultipartUpload(InitiateMultipartUploadRequest request)
          Initiates a multipart upload and returns an InitiateMultipartUploadResponse which contains an upload ID.
 

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

Methods in com.baidubce.services.bos.model that return InitiateMultipartUploadRequest
 InitiateMultipartUploadRequest InitiateMultipartUploadRequest.withBucketName(String bucketName)
          Sets the name of the bucket in which to create the new multipart upload, and hence, the eventual object created from the multipart upload.
 InitiateMultipartUploadRequest InitiateMultipartUploadRequest.withKey(String key)
          Sets the key by which to store the new multipart upload, and hence, the eventual object created from the multipart upload.
 InitiateMultipartUploadRequest InitiateMultipartUploadRequest.withMetadata(ObjectMetadata objectMetadata)
          Sets the additional information about the new object being created, such as content type, content encoding, user metadata, etc.
 InitiateMultipartUploadRequest InitiateMultipartUploadRequest.withRequestCredentials(BceCredentials credentials)
           
 InitiateMultipartUploadRequest InitiateMultipartUploadRequest.withStorageClass(String storageClass)
          Sets the storageClass of the object which is be uploaded to Bos.
 



Copyright © 2018. All rights reserved.