| Package | Description |
|---|---|
| com.baidubce.services.bos | |
| com.baidubce.services.bos.model |
| Modifier and Type | Method and Description |
|---|---|
UploadPartCopyResponse |
BosClient.uploadPartCopy(UploadPartCopyRequest request)
Uploads a copy part in a multipart upload.
|
| Modifier and Type | Method and Description |
|---|---|
UploadPartCopyRequest |
UploadPartCopyRequest.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.
|
UploadPartCopyRequest |
UploadPartCopyRequest.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.
|
UploadPartCopyRequest |
UploadPartCopyRequest.withOffSet(long offSet) |
UploadPartCopyRequest |
UploadPartCopyRequest.withPartNumber(int partNumber) |
UploadPartCopyRequest |
UploadPartCopyRequest.withPartSize(long partSize) |
UploadPartCopyRequest |
UploadPartCopyRequest.withRequestCredentials(BceCredentials credentials) |
UploadPartCopyRequest |
UploadPartCopyRequest.withSourceBucketName(String sourceBucketName) |
UploadPartCopyRequest |
UploadPartCopyRequest.withSourceKey(String sourcetkey) |
UploadPartCopyRequest |
UploadPartCopyRequest.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 © 2020. All rights reserved.