com.amazon.s3
Class Bucket
java.lang.Object
com.amazon.s3.Bucket
- public class Bucket
- extends java.lang.Object
A class representing a single bucket. Returned as a component of ListAllMyBucketsResponse.
Field Summary |
java.util.Date |
creationDate
The bucket's creation date. |
java.lang.String |
name
The name of the bucket. |
Constructor Summary |
Bucket()
|
Bucket(java.lang.String name,
java.util.Date creationDate)
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
public java.lang.String name
- The name of the bucket.
creationDate
public java.util.Date creationDate
- The bucket's creation date.
Bucket
public Bucket()
Bucket
public Bucket(java.lang.String name,
java.util.Date creationDate)
toString
public java.lang.String toString()