Uses of Class
com.amazonaws.services.dynamodbv2.document.ScanFilter
Packages that use ScanFilter
Package
Description
-
Uses of ScanFilter in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type ScanFilterModifier and TypeMethodDescriptionIndex.scan
(ScanFilter... scanFilters) 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 ScanFilterModifier and TypeMethodDescriptionScanApi.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 ScanFilterMethods in com.amazonaws.services.dynamodbv2.document.spec with parameters of type ScanFilter