public abstract class ListObjectsResult extends Object
Constructor and Description |
---|
ListObjectsResult() |
Modifier and Type | Method and Description |
---|---|
List<Prefix> |
commonPrefixes()
Returns List of Prefix.
|
abstract List<? extends Item> |
contents() |
protected String |
decodeIfNeeded(String value) |
List<DeleteMarker> |
deleteMarkers() |
String |
delimiter()
Returns delimiter.
|
protected <T extends Item> |
emptyIfNull(List<T> lst) |
String |
encodingType() |
boolean |
isTruncated()
Returns whether the result is truncated or not.
|
int |
maxKeys()
Returns max keys.
|
String |
name()
Returns bucket name.
|
String |
prefix()
Returns prefix.
|
public String name()
public String encodingType()
public String prefix()
public String delimiter()
public boolean isTruncated()
public int maxKeys()
public List<DeleteMarker> deleteMarkers()