Package | Description |
---|---|
net.noderunner.amazon.s3 |
Modifier and Type | Method and Description |
---|---|
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 © 2013. All Rights Reserved.