public class QueryResultPage<T> extends Object
| Constructor and Description | 
|---|
QueryResultPage()  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,AttributeValue> | 
getLastEvaluatedKey()
Returns the last evaluated key, which can be used as the
 exclusiveStartKey to fetch the next page of results. 
 | 
List<T> | 
getResults()
Returns all matching items for this page of query results. 
 | 
void | 
setLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)  | 
void | 
setResults(List<T> results)  | 
public Map<String,AttributeValue> getLastEvaluatedKey()
public void setLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)
Copyright © 2015. All rights reserved.