Class ListAllMyBucketsResult


  • public class ListAllMyBucketsResult
    extends java.lang.Object
    Represents a result of listing all Buckets.
    • Constructor Detail

      • ListAllMyBucketsResult

        public ListAllMyBucketsResult​(Owner owner,
                                      java.util.List<Bucket> buckets)
        Constructs a new ListAllMyBucketsResult.
        Parameters:
        owner - of which to list buckets
        buckets - list of buckets of the owner.
    • Method Detail

      • getBuckets

        public Buckets getBuckets()
      • getOwner

        public Owner getOwner()
      • setBuckets

        public void setBuckets​(Buckets buckets)
      • setOwner

        public void setOwner​(Owner owner)