public class MultipartUpload extends Object implements Serializable
| Constructor and Description |
|---|
MultipartUpload() |
MultipartUpload(String key,
String uploadId,
Owner owner,
Owner initiator,
String storageClass,
LocalDateTime initiated) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
LocalDateTime |
getInitiated()
Returns the date at which this upload was initiated.
|
Owner |
getInitiator()
Returns the user who initiated this multipart upload.
|
String |
getKey()
Returns the key by which this upload is stored.
|
Owner |
getOwner()
Returns the owner of this multipart upload.
|
String |
getStorageClass()
Returns the storage class indicating how the data in this multipart upload will be stored.
|
String |
getUploadId()
Returns the unique ID of this multipart upload.
|
int |
hashCode() |
public String getKey()
public String getUploadId()
public Owner getOwner()
public Owner getInitiator()
public String getStorageClass()
public LocalDateTime getInitiated()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.