|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.s3.Response
com.amazon.s3.ListBucketResponse
Returned by AWSAuthConnection.listBucket()
Field Summary | |
java.util.List |
commonPrefixEntries
A List of CommonPrefixEntry objects representing the common prefixes of the keys that matched up to the delimiter. |
java.lang.String |
delimiter
The delimiter echoed back from the request. |
java.util.List |
entries
A List of ListEntry objects representing the objects in the given bucket. |
boolean |
isTruncated
Indicates if there are more results to the list. |
java.lang.String |
marker
The marker echoed back from the request. |
int |
maxKeys
The maxKeys echoed back from the request if specified. |
java.lang.String |
name
The name of the bucket being listed. |
java.lang.String |
nextMarker
Indicates what to use as a marker for subsequent list requests in the event that the results are truncated. |
java.lang.String |
prefix
The prefix echoed back from the request. |
Fields inherited from class com.amazon.s3.Response |
connection |
Constructor Summary | |
ListBucketResponse(java.net.HttpURLConnection connection)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String name
public java.lang.String prefix
public java.lang.String marker
public java.lang.String delimiter
public int maxKeys
public boolean isTruncated
public java.lang.String nextMarker
public java.util.List entries
public java.util.List commonPrefixEntries
Constructor Detail |
public ListBucketResponse(java.net.HttpURLConnection connection) throws java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |