java.lang.Object | |
↳ | org.mule.module.s3.model.S3ObjectSummary |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bucketName | The name of the bucket in which this object is stored | ||||||||||
eTag | Hex encoded MD5 hash of this object's contents, as computed by Amazon S3 | ||||||||||
key | The key under which this object is stored | ||||||||||
lastModified | The date, according to Amazon S3, when this object was last modified | ||||||||||
owner | The owner of this object - can be null if the requester doesn't have permission to view object ownership information | ||||||||||
size | The size of this object, in bytes | ||||||||||
storageClass | The class of storage used by Amazon S3 to store this object |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the name of the Amazon S3 bucket in which this object is stored.
| |||||||||||
Gets the hex encoded 128-bit MD5 hash of this object's contents as computed by Amazon S3.
| |||||||||||
Gets the key under which this object is stored in Amazon S3.
| |||||||||||
Gets the date when, according to Amazon S3, this object was last modified.
| |||||||||||
Gets the owner of this object.
| |||||||||||
Gets the size of this object in bytes.
| |||||||||||
Gets the storage class used by Amazon S3 for this object.
| |||||||||||
Sets the name of the Amazon S3 bucket in which this object is stored.
| |||||||||||
Sets the hex encoded 128-bit MD5 hash of this object's contents as computed by Amazon S3.
| |||||||||||
Sets the key under which this object is stored in Amazon S3.
| |||||||||||
Sets the date, according to Amazon S3, this object was last modified.
| |||||||||||
Sets the owner of this object.
| |||||||||||
Sets the size of this object in bytes.
| |||||||||||
Sets the storage class used by Amazon S3 for this object.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The name of the bucket in which this object is stored
Hex encoded MD5 hash of this object's contents, as computed by Amazon S3
The key under which this object is stored
The date, according to Amazon S3, when this object was last modified
The owner of this object - can be null if the requester doesn't have permission to view object ownership information
The size of this object, in bytes
The class of storage used by Amazon S3 to store this object
Gets the name of the Amazon S3 bucket in which this object is stored.
Gets the hex encoded 128-bit MD5 hash of this object's contents as computed by Amazon S3.
Gets the key under which this object is stored in Amazon S3.
Gets the date when, according to Amazon S3, this object was last modified.
Gets the owner of this object. Returns null
if the requester doesn't have Permission#ReadAcp permission for this object or owns the bucket in which it
resides.
null
if the requester doesn't have permission to see object ownership.
Gets the size of this object in bytes.
Gets the storage class used by Amazon S3 for this object.
Sets the name of the Amazon S3 bucket in which this object is stored.
bucketName | The name of the Amazon S3 bucket in which this object is stored. |
---|
Sets the hex encoded 128-bit MD5 hash of this object's contents as computed by Amazon S3.
eTag | The hex encoded 128-bit MD5 hash of this object's contents as computed by Amazon S3. |
---|
Sets the key under which this object is stored in Amazon S3.
key | The key under which this object is stored in Amazon S3. |
---|
Sets the date, according to Amazon S3, this object was last modified.
lastModified | The date when, according to Amazon S3, this object was last modified. |
---|
Sets the size of this object in bytes.
size | The size of this object in bytes. |
---|
Sets the storage class used by Amazon S3 for this object.
storageClass | The storage class used by Amazon S3 for this object. |
---|