public class ListResponse extends Response
Modifier and Type | Class and Description |
---|---|
static class |
ListResponse.CommonPrefixEntry
Prefix entry.
|
Modifier and Type | Method and Description |
---|---|
List<ListResponse.CommonPrefixEntry> |
getCommonPrefixEntries()
A List of CommonPrefixEntry objects representing the common prefixes of the
keys that matched up to the delimiter.
|
String |
getDelimiter()
Returns delimiter.
|
List<Entry> |
getEntries()
A List of ListEntry objects representing the objects in the given bucket.
|
boolean |
getIsTruncated()
The delimiter echoed back from the request.
|
String |
getMarker()
The marker echoed back from the request.
|
int |
getMaxKeys()
The maxKeys echoed back from the request if specified.
|
String |
getName()
The name of the bucket being listed.
|
String |
getNextMarker()
Indicates what to use as a marker for subsequent list requests in the event
that the results are truncated.
|
String |
getPrefix()
The prefix echoed back from the request.
|
boolean |
isTruncated()
Indicates if there are more results to the list.
|
String |
toString()
Returns a string representation.
|
assertOk, getContentLength, getHeaderField, getHeaders, getResponseCode, getResponseMessage, isNotFound, isOk, parse
public List<ListResponse.CommonPrefixEntry> getCommonPrefixEntries()
public String getDelimiter()
public List<Entry> getEntries()
public boolean isTruncated()
public String getName()
public String getPrefix()
public String getMarker()
public int getMaxKeys()
public boolean getIsTruncated()
public String getNextMarker()
Copyright © 2013. All Rights Reserved.