| Modifier and Type | Class and Description |
|---|---|
static class |
PaginationOptions.Builder |
| Constructor and Description |
|---|
PaginationOptions() |
| Modifier and Type | Method and Description |
|---|---|
PaginationOptions |
changesSince(Date ifModifiedSince)
Only return objects changed since this time.
|
PaginationOptions |
limit(int limit)
To reduce load on the service, list operations will return a maximum of 1,000 items at a time.
|
PaginationOptions |
marker(String marker)
The marker parameter is the ID of the last item in the previous list.
|
public PaginationOptions changesSince(Date ifModifiedSince)
public PaginationOptions marker(String marker)
public PaginationOptions limit(int limit)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.