|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UploadPartCopyRequest | |
---|---|
com.baidubce.services.bos | |
com.baidubce.services.bos.model |
Uses of UploadPartCopyRequest in com.baidubce.services.bos |
---|
Methods in com.baidubce.services.bos with parameters of type UploadPartCopyRequest | |
---|---|
UploadPartCopyResponse |
BosClient.uploadPartCopy(UploadPartCopyRequest request)
Uploads a copy part in a multipart upload. |
Uses of UploadPartCopyRequest in com.baidubce.services.bos.model |
---|
Methods in com.baidubce.services.bos.model that return UploadPartCopyRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |