net.noderunner.amazon.s3
Class ListAllBucketsResponse

java.lang.Object
  extended by net.noderunner.amazon.s3.Response
      extended by net.noderunner.amazon.s3.ListAllBucketsResponse

public class ListAllBucketsResponse
extends Response

Response for listing all buckets.


Method Summary
 List<Bucket> getEntries()
          Returns the bucket entries, unmodifiable.
 String toString()
          Returns a string representation.
 
Methods inherited from class net.noderunner.amazon.s3.Response
assertOk, getContentLength, getHeaderField, getHeaders, getResponseCode, getResponseMessage, isNotFound, isOk, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getEntries

public List<Bucket> getEntries()
Returns the bucket entries, unmodifiable.


toString

public String toString()
Description copied from class: Response
Returns a string representation.

Overrides:
toString in class Response


Copyright © 2011. All Rights Reserved.