public class ListAllMyBucketsResult extends Object
| Constructor and Description |
|---|
ListAllMyBucketsResult()
Constructs a new
ListAllMyBucketsResult. |
ListAllMyBucketsResult(Owner owner,
List<Bucket> buckets)
Constructs a new
ListAllMyBucketsResult. |
| Modifier and Type | Method and Description |
|---|---|
Buckets |
getBuckets() |
Owner |
getOwner() |
void |
setBuckets(Buckets buckets) |
void |
setOwner(Owner owner) |
public ListAllMyBucketsResult()
ListAllMyBucketsResult.public ListAllMyBucketsResult(Owner owner, List<Bucket> buckets)
ListAllMyBucketsResult.owner - of which to list bucketsbuckets - list of buckets of the owner.Copyright © 2019 Adobe. All rights reserved.