public class ObjectListing extends HeaderResponse
Constructor and Description |
---|
ObjectListing(List<ObsObject> objectSummaries,
List<String> commonPrefixes,
String bucketName,
boolean truncated,
String prefix,
String marker,
int maxKeys,
String delimiter,
String nextMarker,
String location) |
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Obtain the bucket name.
|
List<String> |
getCommonPrefixes()
Obtain the list of prefixes to the names of grouped objects.
|
String |
getDelimiter()
Obtain the character for grouping object names.
|
String |
getLocation()
Obtain the bucket location.
|
String |
getMarker()
Obtain the start position for listing objects.
|
int |
getMaxKeys()
Obtain the maximum number of objects to be listed.
|
String |
getNextMarker()
Obtain the start position for next listing.
|
List<ObsObject> |
getObjects()
Obtain the list of objects in the bucket.
|
List<S3Object> |
getObjectSummaries()
Deprecated.
|
String |
getPrefix()
Obtain the object name prefix used for filtering objects to be listed.
|
boolean |
isTruncated()
Check whether the query result list is truncated.
|
String |
toString() |
getRequestId, getResponseHeaders, getStatusCode
public String getNextMarker()
public List<ObsObject> getObjects()
@Deprecated public List<S3Object> getObjectSummaries()
public List<String> getCommonPrefixes()
public String getBucketName()
public boolean isTruncated()
public String getPrefix()
public String getMarker()
public int getMaxKeys()
public String getDelimiter()
public String getLocation()
public String toString()
toString
in class HeaderResponse
Copyright © 2019. All rights reserved.