|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.dynamodb.datamodeling.QueryResultPage<T>
@Deprecated public class QueryResultPage<T>
Container for a page of query results
| Constructor Summary | |
|---|---|
QueryResultPage()
Deprecated. |
|
| Method Summary | |
|---|---|
Key |
getLastEvaluatedKey()
Deprecated. Returns the last evaluated key, which can be used as the exclusiveStartKey to fetch the next page of results. |
List<T> |
getResults()
Deprecated. Returns all matching items for this page of query results. |
void |
setLastEvaluatedKey(Key lastEvaluatedKey)
Deprecated. |
void |
setResults(List<T> results)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryResultPage()
| Method Detail |
|---|
public List<T> getResults()
public void setResults(List<T> results)
public Key getLastEvaluatedKey()
public void setLastEvaluatedKey(Key lastEvaluatedKey)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||