Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
List<PartEtag> |
CompleteMultipartUploadRequest.getPartEtag()
Obtain the to-be-combined part list.
|
Modifier and Type | Method and Description |
---|---|
void |
CompleteMultipartUploadRequest.setPartEtag(List<PartEtag> partEtags)
Set the to-be-combined part list.
|
Constructor and Description |
---|
CompleteMultipartUploadRequest(String bucketName,
String objectKey,
String uploadId,
List<PartEtag> partEtag)
Constructor
|
Copyright © 2019. All rights reserved.