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 |
---|---|
ItemCollection<ScanOutcome> |
ScanImpl.scan(ScanFilter... scanFilters) |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<ScanFilter> |
ScanSpec.scanFilters |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ScanFilter> |
ScanSpec.getScanFilters() |
Modifier and Type | Method and Description |
---|---|
ScanSpec |
ScanSpec.withScanFilters(ScanFilter... scanFilters) |