| Package | Description | 
|---|---|
| com.amazonaws.services.dynamodbv2.document | |
| com.amazonaws.services.dynamodbv2.document.api | |
| com.amazonaws.services.dynamodbv2.document.spec | 
| Modifier and Type | Method and Description | 
|---|---|
| ItemCollection<ScanOutcome> | Table. scan(ScanSpec params) | 
| ItemCollection<ScanOutcome> | Index. scan(ScanSpec params) | 
| Modifier and Type | Method and Description | 
|---|---|
| ItemCollection<ScanOutcome> | ScanApi. scan(ScanSpec params)Scans table by specifying all the details. | 
| Modifier and Type | Method and 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) via  ScanExpressionSpec. | 
| 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. | 
Copyright © 2015. All rights reserved.