com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ListBucketResult() |
| Modifier and Type | Method and Description |
|---|---|
List<Prefix> |
commonPrefixes()
Returns List of Prefix.
|
List<Item> |
contents()
Returns List of Items.
|
String |
continuationToken()
Returns continuation token.
|
String |
delimiter()
Returns delimiter.
|
boolean |
isTruncated()
Returns whether the result is truncated or not.
|
String |
keyCount()
Returns key count.
|
int |
maxKeys()
Returns max keys.
|
String |
name()
Returns bucket name.
|
String |
nextContinuationToken()
Returns next continuation token.
|
String |
prefix()
Returns prefix.
|
String |
startAfter()
Returns start after.
|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ListBucketResult()
throws org.xmlpull.v1.XmlPullParserException
org.xmlpull.v1.XmlPullParserExceptionpublic String name()
public String prefix()
public String continuationToken()
public String nextContinuationToken()
public String startAfter()
public String keyCount()
public int maxKeys()
public String delimiter()
public boolean isTruncated()