Uses of Class
com.amazonaws.services.dynamodbv2.document.spec.ScanSpec
-
Packages that use ScanSpec Package Description com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.document.api com.amazonaws.services.dynamodbv2.document.spec -
-
Uses of ScanSpec in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type ScanSpec Modifier and Type Method Description ItemCollection<ScanOutcome>
Index. scan(ScanSpec params)
ItemCollection<ScanOutcome>
Table. scan(ScanSpec params)
-
Uses of ScanSpec in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api with parameters of type ScanSpec Modifier and Type Method Description ItemCollection<ScanOutcome>
ScanApi. scan(ScanSpec params)
Scans 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 ScanSpec Modifier and Type Method Description ScanSpec
ScanSpec. withAttributesToGet(String... attributes)
ScanSpec
ScanSpec. withConditionalOperator(ConditionalOperator op)
ScanSpec
ScanSpec. withConsistentRead(Boolean consistentRead)
ScanSpec
ScanSpec. withExclusiveStartKey(KeyAttribute... exclusiveStartKey)
ScanSpec
ScanSpec. withExclusiveStartKey(PrimaryKey exclusiveStartKey)
ScanSpec
ScanSpec. withExclusiveStartKey(String hashKeyName, Object hashKeyValue)
ScanSpec
ScanSpec. withExclusiveStartKey(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue)
ScanSpec
ScanSpec. withExpressionSpec(ScanExpressionSpec xspec)
Convenient method to specify expressions (and the associated name map and value map) viaScanExpressionSpec
.ScanSpec
ScanSpec. withFilterExpression(String filterExpression)
ScanSpec
ScanSpec. withMaxPageSize(int maxPageSize)
ScanSpec
ScanSpec. withMaxPageSize(Integer maxPageSize)
ScanSpec
ScanSpec. withMaxResultSize(int maxResultSize)
ScanSpec
ScanSpec. withMaxResultSize(Integer maxResultSize)
ScanSpec
ScanSpec. withNameMap(Map<String,String> nameMap)
Applicable only when an expression has been specified.ScanSpec
ScanSpec. withProgressListener(ProgressListener progressListener)
ScanSpec
ScanSpec. withProjectionExpression(String projectionExpression)
ScanSpec
ScanSpec. withRequestMetricCollector(RequestMetricCollector requestMetricCollector)
ScanSpec
ScanSpec. withReturnConsumedCapacity(ReturnConsumedCapacity capacity)
ScanSpec
ScanSpec. withScanFilters(ScanFilter... scanFilters)
ScanSpec
ScanSpec. withSegment(Integer segment)
ScanSpec
ScanSpec. withSelect(Select select)
ScanSpec
ScanSpec. withTotalSegments(Integer totalSegments)
ScanSpec
ScanSpec. withValueMap(Map<String,Object> valueMap)
Applicable only when an expression has been specified.
-