| 程序包 | 说明 |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.model |
| 限定符和类型 | 方法和说明 |
|---|---|
UploadPartResult |
COSClient.uploadPart(UploadPartRequest uploadPartRequest) |
UploadPartResult |
COS.uploadPart(UploadPartRequest uploadPartRequest)
Uploads a part in a multipart upload.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CompleteMultipartUploadRequest |
CompleteMultipartUploadRequest.withPartETags(UploadPartResult... uploadPartResults)
Sets the list of part numbers and ETags that identify the individual
parts of the multipart upload to complete based on the specified results
from part uploads.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CompleteMultipartUploadRequest |
CompleteMultipartUploadRequest.withPartETags(Collection<UploadPartResult> uploadPartResultsCollection)
Sets the list of part numbers and ETags that identify the individual
parts of the multipart upload to complete based on the specified results
from part uploads.
|
Copyright © 2017. All rights reserved.