T
- the result type.public class ScanResultPage<T>
extends java.lang.Object
Constructor and Description |
---|
ScanResultPage() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AttributeValue> |
getLastEvaluatedKey()
Returns the last evaluated key, which can be used as the
exclusiveStartKey to fetch the next page of results.
|
java.util.List<T> |
getResults()
Returns all matching items for this page of scan results, which may be
empty.
|
void |
setLastEvaluatedKey(java.util.Map<java.lang.String,AttributeValue> lastEvaluatedKey) |
void |
setResults(java.util.List<T> results) |
public java.util.List<T> getResults()
public void setResults(java.util.List<T> results)
public java.util.Map<java.lang.String,AttributeValue> getLastEvaluatedKey()
public void setLastEvaluatedKey(java.util.Map<java.lang.String,AttributeValue> lastEvaluatedKey)
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.