Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.api | |
com.amazonaws.services.dynamodbv2.document.internal |
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.
|
Modifier and Type | Method and Description |
---|---|
protected ItemCollection<ScanOutcome> |
IndexScanImpl.doScan(ScanSpec spec) |
protected ItemCollection<ScanOutcome> |
ScanImpl.doScan(ScanSpec spec) |
ItemCollection<ScanOutcome> |
ScanImpl.scan(ScanFilter... scanFilters) |
ItemCollection<ScanOutcome> |
ScanImpl.scan(ScanSpec spec) |
ItemCollection<ScanOutcome> |
ScanImpl.scan(String filterExpression,
Map<String,String> nameMap,
Map<String,Object> valueMap) |
ItemCollection<ScanOutcome> |
ScanImpl.scan(String filterExpression,
String projectionExpression,
Map<String,String> nameMap,
Map<String,Object> valueMap) |
Copyright © 2019. All rights reserved.