Uses of Class
com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
Packages that use ScanSpec
Package
Description
-
Uses of ScanSpec in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type ScanSpecModifier and TypeMethodDescription -
Uses of ScanSpec in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api with parameters of type ScanSpecModifier and TypeMethodDescriptionScans table by specifying all the details. -
Uses of ScanSpec in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec that return ScanSpecModifier and TypeMethodDescriptionScanSpec.withAttributesToGet
(String... attributes) ScanSpec.withConditionalOperator
(ConditionalOperator op) ScanSpec.withConsistentRead
(Boolean consistentRead) ScanSpec.withExclusiveStartKey
(KeyAttribute... exclusiveStartKey) ScanSpec.withExclusiveStartKey
(PrimaryKey exclusiveStartKey) ScanSpec.withExclusiveStartKey
(String hashKeyName, Object hashKeyValue) ScanSpec.withExclusiveStartKey
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue) ScanSpec.withExpressionSpec
(ScanExpressionSpec xspec) Convenient method to specify expressions (and the associated name map and value map) viaScanExpressionSpec
.ScanSpec.withFilterExpression
(String filterExpression) ScanSpec.withMaxPageSize
(int maxPageSize) ScanSpec.withMaxPageSize
(Integer maxPageSize) ScanSpec.withMaxResultSize
(int maxResultSize) ScanSpec.withMaxResultSize
(Integer maxResultSize) ScanSpec.withNameMap
(Map<String, String> nameMap) Applicable only when an expression has been specified.ScanSpec.withProgressListener
(ProgressListener progressListener) ScanSpec.withProjectionExpression
(String projectionExpression) ScanSpec.withRequestMetricCollector
(RequestMetricCollector requestMetricCollector) ScanSpec.withReturnConsumedCapacity
(ReturnConsumedCapacity capacity) ScanSpec.withScanFilters
(ScanFilter... scanFilters) ScanSpec.withSegment
(Integer segment) ScanSpec.withSelect
(Select select) ScanSpec.withTotalSegments
(Integer totalSegments) ScanSpec.withValueMap
(Map<String, Object> valueMap) Applicable only when an expression has been specified.