Uses of Class
net.noderunner.amazon.s3.ListResponse

Packages that use ListResponse
net.noderunner.amazon.s3   
 

Uses of ListResponse in net.noderunner.amazon.s3
 

Methods in net.noderunner.amazon.s3 that return ListResponse
 ListResponse Connection.list(Bucket bucket)
          Lists the contents of a bucket.
 ListResponse Connection.list(Bucket bucket, Integer maxKeys)
          Lists the contents of a bucket.
 ListResponse Connection.list(Bucket bucket, String prefix)
          Lists the contents of a bucket by prefix.
 ListResponse Connection.list(Bucket bucket, String prefix, String marker, Integer maxKeys)
          Lists the contents of a bucket.
 ListResponse Connection.list(Bucket bucket, String prefix, String marker, Integer maxKeys, Headers headers)
          Lists the contents of a bucket.
 ListResponse Connection.list(Bucket bucket, String prefix, String marker, Integer maxKeys, String delimiter, Headers headers)
          Lists the contents of a bucket.
 



Copyright © 2011. All Rights Reserved.