|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.noderunner.amazon.s3.Response
net.noderunner.amazon.s3.ListResponse
public class ListResponse
Nested Class Summary | |
---|---|
static class |
ListResponse.CommonPrefixEntry
Prefix entry. |
Method Summary | |
---|---|
java.util.List<ListResponse.CommonPrefixEntry> |
getCommonPrefixEntries()
A List of CommonPrefixEntry objects representing the common prefixes of the keys that matched up to the delimiter. |
java.lang.String |
getDelimiter()
Returns delimiter. |
java.util.List<Entry> |
getEntries()
A List of ListEntry objects representing the objects in the given bucket. |
boolean |
getIsTruncated()
The delimiter echoed back from the request. |
java.lang.String |
getMarker()
The marker echoed back from the request. |
int |
getMaxKeys()
The maxKeys echoed back from the request if specified. |
java.lang.String |
getName()
The name of the bucket being listed. |
java.lang.String |
getNextMarker()
Indicates what to use as a marker for subsequent list requests in the event that the results are truncated. |
java.lang.String |
getPrefix()
The prefix echoed back from the request. |
boolean |
isTruncated()
Indicates if there are more results to the list. |
java.lang.String |
toString()
Returns a string representation. |
Methods inherited from class net.noderunner.amazon.s3.Response |
---|
assertOk, getContentLength, getHeaderField, getHeaders, getResponseCode, getResponseMessage, isNotFound, isOk, parse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.util.List<ListResponse.CommonPrefixEntry> getCommonPrefixEntries()
public java.lang.String getDelimiter()
public java.util.List<Entry> getEntries()
public boolean isTruncated()
public java.lang.String getName()
public java.lang.String getPrefix()
public java.lang.String getMarker()
public int getMaxKeys()
public boolean getIsTruncated()
public java.lang.String getNextMarker()
public java.lang.String toString()
Response
toString
in class Response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |