public static class ListAllMyBucketsResult.Bucket extends Object
Constructor and Description |
---|
Bucket()
Creates a
ListAllMyBucketsResult.Bucket for deserialization only. |
Modifier and Type | Method and Description |
---|---|
String |
getCreationDate() |
String |
getName() |
void |
setCreationDate(String creationDate) |
void |
setName(String name) |
public Bucket()
ListAllMyBucketsResult.Bucket
for deserialization only.public String getName()
public String getCreationDate()
public void setName(String name)
name
- the name of the bucketpublic void setCreationDate(String creationDate)
creationDate
- the creation timestamp for the bucketCopyright © 2023. All Rights Reserved.