| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListBucketResponse
A container that provides namespace, access control and aggregation of S3Objects
 
| Method Summary | |
|---|---|
|  Set<String> | getCommonPrefixes()Example: if the following keys are in the bucket a/1/a a/1/b a/2/a a/2/b and prefix is set to a/and delimiter is set to/then
 commonprefixes would return 1,2 | 
|  String | getDelimiter()Causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the CommonPrefixes collection. | 
|  String | getMarker() | 
|  int | getMaxKeys()The maximum number of keys you'd like to see in the response body. | 
|  String | getName()name of the Bucket | 
|  String | getNextMarker()Indicates where in the bucket to begin listing. | 
|  String | getPrefix()Limits the response to keys which begin with the indicated prefix. | 
|  boolean | isTruncated()There are more then maxKeys available | 
| Methods inherited from interface java.util.Set | 
|---|
| add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray | 
| Method Detail | 
|---|
String getPrefix()
String getNextMarker()
String getMarker()
int getMaxKeys()
boolean isTruncated()
String getDelimiter()
Set<String> getCommonPrefixes()
a/ and delimiter is set to / then
 commonprefixes would return 1,2
ListBucketOptions.getPrefix()String getName()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||