| Package | Description |
|---|---|
| com.baidubce.services.bos | |
| com.baidubce.services.bos.model |
| Modifier and Type | Method and Description |
|---|---|
CompleteMultipartUploadResponse |
BosClient.completeMultipartUpload(String bucketName,
String key,
String uploadId,
List<PartETag> partETags)
Completes a multipart upload by assembling previously uploaded parts.
|
CompleteMultipartUploadResponse |
BosClient.completeMultipartUpload(String bucketName,
String key,
String uploadId,
List<PartETag> partETags,
ObjectMetadata metadata)
Completes a multipart upload by assembling previously uploaded parts.
|
boolean |
BosClient.uploadFilePart(PutSuperObjectRequest putSuperObjectRequest,
int partNum,
List<PartETag> partETags) |
| Modifier and Type | Method and Description |
|---|---|
PartETag |
UploadPartCopyResponse.getPartETag()
Returns an identifier which identifies the upload part by its part number
and the entity tag computed from the part's data.
|
PartETag |
UploadPartResponse.getPartETag()
Returns an identifier which identifies the upload part by its part number
and the entity tag computed from the part's data.
|
PartETag |
PartETag.withETag(String eTag)
Sets the entity tag generated from the content of the associated part,
and returns this updated PartETag object so that additional method calls
can be chained together.
|
PartETag |
PartETag.withPartNumber(int partNumber)
Sets the part number of the associated part, and returns this updated
PartETag object so that additional method calls can be chained together.
|
| Modifier and Type | Method and Description |
|---|---|
List<PartETag> |
CompleteMultipartUploadRequest.getPartETags()
Returns the list of part numbers and ETags that identify the individual
parts of the multipart upload to complete.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompleteMultipartUploadRequest.setPartETags(List<PartETag> partETags)
Sets the list of part numbers and ETags that identify the individual
parts of the multipart upload to complete.
|
CompleteMultipartUploadRequest |
CompleteMultipartUploadRequest.withPartETags(List<PartETag> partETags)
Sets the list of part numbers and ETags that identify the individual
parts of the multipart upload to complete, and returns this updated
CompleteMultipartUploadRequest object so that additional method calls can be chained.
|
| Constructor and Description |
|---|
CompleteMultipartUploadRequest(String bucketName,
String key,
String uploadId,
List<PartETag> partETags)
Constructs a new request to complete a multipart upload.
|
CompleteMultipartUploadRequest(String bucketName,
String key,
String uploadId,
List<PartETag> partETags,
ObjectMetadata objectMetadata)
Constructs a new request to complete a multipart upload.
|
Copyright © 2020. All rights reserved.