public class MultipartUpload extends Object
Constructor and Description |
---|
MultipartUpload(String uploadId,
String objectKey,
Date initiatedDate,
StorageClassEnum storageClass,
Owner owner,
Owner initiator) |
MultipartUpload(String uploadId,
String bucketName,
String objectKey,
Date initiatedDate,
StorageClassEnum storageClass,
Owner owner,
Owner initiator) |
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Obtain the name of the bucket to which the multipart upload belongs.
|
Date |
getInitiatedDate()
Obtain the creation time of the multipart upload.
|
Owner |
getInitiator()
Creator of the multipart upload
|
String |
getObjectKey()
Obtain the name of the object involved in the multipart upload.
|
StorageClassEnum |
getObjectStorageClass()
Obtain the storage class of the object generated via the multipart upload.
|
Owner |
getOwner()
Query the creator of the multipart upload.
|
String |
getStorageClass()
Deprecated.
|
String |
getUploadId()
Obtain the multipart upload ID.
|
void |
setBucketName(String bucketName) |
public MultipartUpload(String uploadId, String objectKey, Date initiatedDate, StorageClassEnum storageClass, Owner owner, Owner initiator)
public Owner getInitiator()
public Owner getOwner()
public String getUploadId()
public String getBucketName()
public void setBucketName(String bucketName)
public String getObjectKey()
@Deprecated public String getStorageClass()
public StorageClassEnum getObjectStorageClass()
public Date getInitiatedDate()
Copyright © 2019. All rights reserved.