public class InitiateMultipartUploadResult extends HeaderResponse
| 构造器和说明 |
|---|
InitiateMultipartUploadResult(String bucketName,
String objectKey,
String uploadId) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBucketName()
Obtain the name of the bucket to which the multipart upload belongs.
|
String |
getObjectKey()
Obtain the name of the object involved in the multipart upload.
|
String |
getUploadId()
Obtain the multipart upload ID.
|
String |
toString() |
getRequestId, getResponseHeaders, getStatusCodepublic String getUploadId()
public String getBucketName()
public String getObjectKey()
public String toString()
toString 在类中 HeaderResponseCopyright © 2021. All rights reserved.