public class InitiateMultipartUploadResult extends HeaderResponse
| Constructor and Description |
|---|
InitiateMultipartUploadResult(String bucketName,
String objectKey,
String uploadId) |
| Modifier and Type | Method and Description |
|---|---|
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 in class HeaderResponseCopyright © 2019. All rights reserved.