com.amazon.s3
Class ListAllMyBucketsResponse

java.lang.Object
  extended bycom.amazon.s3.Response
      extended bycom.amazon.s3.ListAllMyBucketsResponse

public class ListAllMyBucketsResponse
extends Response

Returned by AWSAuthConnection.listAllMyBuckets().


Field Summary
 java.util.List entries
          A list of Bucket objects, one for each of this account's buckets.
 
Fields inherited from class com.amazon.s3.Response
connection
 
Constructor Summary
ListAllMyBucketsResponse(java.net.HttpURLConnection connection)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entries

public java.util.List entries
A list of Bucket objects, one for each of this account's buckets. Will be null if the request fails.

Constructor Detail

ListAllMyBucketsResponse

public ListAllMyBucketsResponse(java.net.HttpURLConnection connection)
                         throws java.io.IOException