| Modifier and Type | Method and Description | 
|---|---|
| <T> Scan<T> | build() | 
| Scan.Builder | consistentRead(Boolean consistentRead) | 
| Scan.Builder | exclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey) | 
| Scan.Builder | filterExpression(Expression filterExpression) | 
| Scan.Builder | limit(Integer limit) | 
public <T> Scan<T> build()
public Scan.Builder exclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
public Scan.Builder limit(Integer limit)
public Scan.Builder consistentRead(Boolean consistentRead)
public Scan.Builder filterExpression(Expression filterExpression)
Copyright © 2019. All rights reserved.