| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.document | |
| com.amazonaws.services.dynamodbv2.document.api | |
| com.amazonaws.services.dynamodbv2.document.spec |
| Modifier and Type | Method and Description |
|---|---|
ItemCollection<ScanOutcome> |
Table.scan(ScanFilter... scanFilters) |
ItemCollection<ScanOutcome> |
Index.scan(ScanFilter... scanFilters) |
| Modifier and Type | Method and Description |
|---|---|
ItemCollection<ScanOutcome> |
ScanApi.scan(ScanFilter... scanFilters)
Retrieves items by the specified list of scan filters.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ScanFilter> |
ScanSpec.getScanFilters() |
| Modifier and Type | Method and Description |
|---|---|
ScanSpec |
ScanSpec.withScanFilters(ScanFilter... scanFilters) |
Copyright © 2016. All rights reserved.