S3Bucket Type
Represents a single S3 Bucket.
Remarks
This collection is used in the S3 bean.
Fields
CreationDate String |
The creation date of the current bucket. |
Name String |
The name of the current bucket. |
OwnerDisplayName String |
The display name of the current bucket's owner. |
OwnerId String |
The owner of the current bucket. |
Constructors
public S3Bucket();
public S3Bucket(String name, String creationDate, String ownerId, String ownerDisplayName);