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 ScanSpecScanSpec. withAttributesToGet(String... attributes)ScanSpecScanSpec. withConditionalOperator(ConditionalOperator op)ScanSpecScanSpec. withConsistentRead(Boolean consistentRead)ScanSpecScanSpec. withExclusiveStartKey(KeyAttribute... exclusiveStartKey)ScanSpecScanSpec. withExclusiveStartKey(PrimaryKey exclusiveStartKey)ScanSpecScanSpec. withExclusiveStartKey(String hashKeyName, Object hashKeyValue)ScanSpecScanSpec. withExclusiveStartKey(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue)ScanSpecScanSpec. withExpressionSpec(ScanExpressionSpec xspec)Convenient method to specify expressions (and the associated name map and value map) viaScanExpressionSpec.ScanSpecScanSpec. withFilterExpression(String filterExpression)ScanSpecScanSpec. withMaxPageSize(int maxPageSize)ScanSpecScanSpec. withMaxPageSize(Integer maxPageSize)ScanSpecScanSpec. withMaxResultSize(int maxResultSize)ScanSpecScanSpec. withMaxResultSize(Integer maxResultSize)ScanSpecScanSpec. withNameMap(Map<String,String> nameMap)Applicable only when an expression has been specified.ScanSpecScanSpec. withProgressListener(ProgressListener progressListener)ScanSpecScanSpec. withProjectionExpression(String projectionExpression)ScanSpecScanSpec. withRequestMetricCollector(RequestMetricCollector requestMetricCollector)ScanSpecScanSpec. withReturnConsumedCapacity(ReturnConsumedCapacity capacity)ScanSpecScanSpec. withScanFilters(ScanFilter... scanFilters)ScanSpecScanSpec. withSegment(Integer segment)ScanSpecScanSpec. withSelect(Select select)ScanSpecScanSpec. withTotalSegments(Integer totalSegments)ScanSpecScanSpec. withValueMap(Map<String,Object> valueMap)Applicable only when an expression has been specified.
-