public interface PaginatedObjectsView
AmazonS3Operations for more details on various operations on S3| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNextMarker()
Contains the marker that can be used to get the next listing of objects from the
S3.
|
java.util.List<S3ObjectSummary> |
getObjectSummary()
Gets the Paginated List of Object names
|
boolean |
hasMoreResults()
Invoke this method to know if more pages of results is present
|
java.util.List<S3ObjectSummary> getObjectSummary()
List of paginated object namesboolean hasMoreResults()
List of objects returnedjava.lang.String getNextMarker()