Uses of Class
com.amazonaws.services.dynamodbv2.document.ScanFilter
-
Packages that use ScanFilter Package Description com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.document.api com.amazonaws.services.dynamodbv2.document.spec -
-
Uses of ScanFilter in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type ScanFilter Modifier and Type Method Description ItemCollection<ScanOutcome>
Index. scan(ScanFilter... scanFilters)
ItemCollection<ScanOutcome>
Table. scan(ScanFilter... scanFilters)
-
Uses of ScanFilter in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api with parameters of type ScanFilter Modifier and Type Method Description ItemCollection<ScanOutcome>
ScanApi. scan(ScanFilter... scanFilters)
Retrieves items by the specified list of scan filters. -
Uses of ScanFilter in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec that return types with arguments of type ScanFilter Modifier and Type Method Description Collection<ScanFilter>
ScanSpec. getScanFilters()
Methods in com.amazonaws.services.dynamodbv2.document.spec with parameters of type ScanFilter Modifier and Type Method Description ScanSpec
ScanSpec. withScanFilters(ScanFilter... scanFilters)
-