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) |
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.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.withFilterExpression(String expression) |
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(com.amazonaws.event.ProgressListener progressListener) |
ScanSpec |
ScanSpec.withProjectionExpression(String expression) |
ScanSpec |
ScanSpec.withRequestMetricCollector(com.amazonaws.metrics.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.