类的使用
com.baidubce.services.bos.model.UploadPartCopyRequest
-
使用UploadPartCopyRequest的程序包 程序包 说明 com.baidubce.services.bos com.baidubce.services.bos.model -
-
com.baidubce.services.bos中UploadPartCopyRequest的使用
参数类型为UploadPartCopyRequest的com.baidubce.services.bos中的方法 修饰符和类型 方法 说明 UploadPartCopyResponseBosClient. uploadPartCopy(UploadPartCopyRequest request)Uploads a copy part in a multipart upload. -
com.baidubce.services.bos.model中UploadPartCopyRequest的使用
返回UploadPartCopyRequest的com.baidubce.services.bos.model中的方法 修饰符和类型 方法 说明 UploadPartCopyRequestUploadPartCopyRequest. 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.UploadPartCopyRequestUploadPartCopyRequest. 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.UploadPartCopyRequestUploadPartCopyRequest. withOffSet(long offSet)UploadPartCopyRequestUploadPartCopyRequest. withPartNumber(int partNumber)UploadPartCopyRequestUploadPartCopyRequest. withPartSize(long partSize)UploadPartCopyRequestUploadPartCopyRequest. withRequestCredentials(BceCredentials credentials)UploadPartCopyRequestUploadPartCopyRequest. withSourceBucketName(String sourceBucketName)UploadPartCopyRequestUploadPartCopyRequest. withSourceKey(String sourcetkey)UploadPartCopyRequestUploadPartCopyRequest. withTrafficLimitBitPS(long trafficLimitBitPS)UploadPartCopyRequestUploadPartCopyRequest. 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.
-