java.lang.Object | |
↳ | org.mule.module.s3.model.Bucket |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
creationDate | The date this bucket was created | ||||||||||
name | The name of this S3 bucket | ||||||||||
owner | The details on the owner of this bucket |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a bucket without any name specified.
| |||||||||||
Creates a bucket with a name.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the bucket's creation date.
| |||||||||||
Gets the name of the bucket.
| |||||||||||
Gets the bucket's owner.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The date this bucket was created
The name of this S3 bucket
Constructs a bucket without any name specified.
Creates a bucket with a name. All buckets in Amazon S3 share a single namespace; ensure the bucket is given a unique name.
name | The name for the bucket. |
---|---|
owner | |
creationDate |
o |
---|
Gets the bucket's creation date. Returns null
if the creation date is not known.
null
if not known.
Gets the name of the bucket.
Gets the bucket's owner. Returns null
if the bucket's owner is unknown.
null
if it is unknown.