|
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.ScanResultPage<T>
@Deprecated public class ScanResultPage<T>
Container for a page of scan results.
| Constructor Summary | |
|---|---|
ScanResultPage()
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 scan results, which may be empty. |
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 ScanResultPage()
| 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 | ||||||