| Package | Description | 
|---|---|
| com.amazonaws.services.dynamodbv2.document | |
| com.amazonaws.services.dynamodbv2.document.api | 
| Modifier and Type | Method and Description | 
|---|---|
ItemCollection<ScanOutcome> | 
ScanApi.scan(ScanFilter... scanFilters)
Retrieves items by the specified list of scan filters. 
 | 
ItemCollection<ScanOutcome> | 
ScanApi.scan(ScanSpec params)
Scans table by specifying all the details. 
 | 
ItemCollection<ScanOutcome> | 
ScanApi.scan(String filterExpression,
    Map<String,String> nameMap,
    Map<String,Object> valueMap)
Scans table using a Filter Expression. 
 | 
ItemCollection<ScanOutcome> | 
ScanApi.scan(String filterExpression,
    String projectionExpression,
    Map<String,String> nameMap,
    Map<String,Object> valueMap)
Scans table using a Filter Expression and a Projection Expression. 
 | 
Copyright © 2015. All rights reserved.