| Package | Description |
|---|---|
| com.aliyun.oss.model |
| Modifier and Type | Method and Description |
|---|---|
PartETag |
UploadPartResult.getPartETag()
Gets the part's ETag.
|
PartETag |
UploadPartCopyResult.getPartETag()
Gets the part ETag.
|
| Modifier and Type | Method and Description |
|---|---|
List<PartETag> |
CompleteMultipartUploadRequest.getPartETags()
Gets the Etags of the parts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompleteMultipartUploadRequest.setPartETags(List<PartETag> partETags)
Sets the ETags of the parts.
|
| Constructor and Description |
|---|
CompleteMultipartUploadRequest(String bucketName,
String key,
String uploadId,
List<PartETag> partETags)
Constructor
|
Copyright © 2023. All Rights Reserved.