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, java.lang.Integer maxKeys)
          Lists the contents of a bucket.
 ListResponse Connection.list(Bucket bucket, java.lang.String prefix)
          Lists the contents of a bucket by prefix.
 ListResponse Connection.list(Bucket bucket, java.lang.String prefix, java.lang.String marker, java.lang.Integer maxKeys)
          Lists the contents of a bucket.
 ListResponse Connection.list(Bucket bucket, java.lang.String prefix, java.lang.String marker, java.lang.Integer maxKeys, Headers headers)
          Lists the contents of a bucket.
 ListResponse Connection.list(Bucket bucket, java.lang.String prefix, java.lang.String marker, java.lang.Integer maxKeys, java.lang.String delimiter, Headers headers)
          Lists the contents of a bucket.
 



Copyright © 2010. All Rights Reserved.