Uses of Class
com.amazonaws.services.dynamodbv2.document.ScanOutcome
Packages that use ScanOutcome
Package
Description
-
Uses of ScanOutcome in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return types with arguments of type ScanOutcomeModifier and TypeMethodDescriptionIndex.scan
(ScanFilter... scanFilters) Index.scan
(ScanExpressionSpec xspec) Index.scan
(String filterExpression, String projectionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Table.scan
(ScanFilter... scanFilters) Table.scan
(ScanExpressionSpec scanExpressions) Table.scan
(String filterExpression, String projectionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) -
Uses of ScanOutcome in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api that return types with arguments of type ScanOutcomeModifier and TypeMethodDescriptionScanApi.scan
(ScanFilter... scanFilters) Retrieves items by the specified list of scan filters.Scans table by specifying all the details.ScanApi.scan
(String filterExpression, String projectionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Scans table using a Filter Expression and a Projection Expression.Scans table using a Filter Expression.