Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.datamodeling | |
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ScanResult |
AmazonDynamoDBClient.scan(ScanRequest request)
The
Scan operation returns one or more items and item attributes by accessing every item in a table
or a secondary index. |
ScanResult |
AmazonDynamoDB.scan(ScanRequest scanRequest)
The
Scan operation returns one or more items and item attributes by accessing every item in a table
or a secondary index. |
ScanResult |
AbstractAmazonDynamoDB.scan(ScanRequest request) |
ScanResult |
AmazonDynamoDBClient.scan(String tableName,
List<String> attributesToGet) |
ScanResult |
AmazonDynamoDB.scan(String tableName,
List<String> attributesToGet)
Simplified method form for invoking the Scan operation.
|
ScanResult |
AbstractAmazonDynamoDB.scan(String tableName,
List<String> attributesToGet) |
ScanResult |
AmazonDynamoDBClient.scan(String tableName,
List<String> attributesToGet,
Map<String,Condition> scanFilter) |
ScanResult |
AmazonDynamoDB.scan(String tableName,
List<String> attributesToGet,
Map<String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.
|
ScanResult |
AbstractAmazonDynamoDB.scan(String tableName,
List<String> attributesToGet,
Map<String,Condition> scanFilter) |
ScanResult |
AmazonDynamoDBClient.scan(String tableName,
Map<String,Condition> scanFilter) |
ScanResult |
AmazonDynamoDB.scan(String tableName,
Map<String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.
|
ScanResult |
AbstractAmazonDynamoDB.scan(String tableName,
Map<String,Condition> scanFilter) |
Modifier and Type | Method and Description |
---|---|
Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(ScanRequest request) |
Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(ScanRequest scanRequest)
The
Scan operation returns one or more items and item attributes by accessing every item in a table
or a secondary index. |
Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(ScanRequest request) |
Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(ScanRequest request,
AsyncHandler<ScanRequest,ScanResult> asyncHandler) |
Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(ScanRequest scanRequest,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
The
Scan operation returns one or more items and item attributes by accessing every item in a table
or a secondary index. |
Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(ScanRequest request,
AsyncHandler<ScanRequest,ScanResult> asyncHandler) |
Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(String tableName,
List<String> attributesToGet)
Simplified method form for invoking the Scan operation.
|
Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(String tableName,
List<String> attributesToGet)
Simplified method form for invoking the Scan operation.
|
Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(String tableName,
List<String> attributesToGet)
Simplified method form for invoking the Scan operation.
|
Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(String tableName,
List<String> attributesToGet,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.
|
Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(String tableName,
List<String> attributesToGet,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.
|
Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(String tableName,
List<String> attributesToGet,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.
|
Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(String tableName,
List<String> attributesToGet,
Map<String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.
|
Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(String tableName,
List<String> attributesToGet,
Map<String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.
|
Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(String tableName,
List<String> attributesToGet,
Map<String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.
|
Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(String tableName,
List<String> attributesToGet,
Map<String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.
|
Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(String tableName,
List<String> attributesToGet,
Map<String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.
|
Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(String tableName,
List<String> attributesToGet,
Map<String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.
|
Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(String tableName,
Map<String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.
|
Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(String tableName,
Map<String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.
|
Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(String tableName,
Map<String,Condition> scanFilter)
Simplified method form for invoking the Scan operation.
|
Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(String tableName,
Map<String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.
|
Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(String tableName,
Map<String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.
|
Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(String tableName,
Map<String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.
|
Modifier and Type | Method and Description |
---|---|
Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(ScanRequest request,
AsyncHandler<ScanRequest,ScanResult> asyncHandler) |
Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(ScanRequest scanRequest,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
The
Scan operation returns one or more items and item attributes by accessing every item in a table
or a secondary index. |
Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(ScanRequest request,
AsyncHandler<ScanRequest,ScanResult> asyncHandler) |
Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(String tableName,
List<String> attributesToGet,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.
|
Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(String tableName,
List<String> attributesToGet,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.
|
Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(String tableName,
List<String> attributesToGet,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.
|
Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(String tableName,
List<String> attributesToGet,
Map<String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.
|
Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(String tableName,
List<String> attributesToGet,
Map<String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.
|
Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(String tableName,
List<String> attributesToGet,
Map<String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.
|
Future<ScanResult> |
AbstractAmazonDynamoDBAsync.scanAsync(String tableName,
Map<String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.
|
Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(String tableName,
Map<String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.
|
Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(String tableName,
Map<String,Condition> scanFilter,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Simplified method form for invoking the Scan operation with an AsyncHandler.
|
Modifier and Type | Method and Description |
---|---|
List<ScanResult> |
ParallelScanTask.getNextBatchOfScanResults() |
Constructor and Description |
---|
PaginatedScanList(DynamoDBMapper mapper,
Class<T> clazz,
AmazonDynamoDB dynamo,
ScanRequest scanRequest,
ScanResult scanResult,
DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy,
DynamoDBMapperConfig config) |
Modifier and Type | Method and Description |
---|---|
ScanResult |
ScanOutcome.getScanResult()
Returns a non-null low-level result returned from the server side.
|
Constructor and Description |
---|
ScanOutcome(ScanResult result) |
Modifier and Type | Method and Description |
---|---|
ScanResult |
ScanResult.addLastEvaluatedKeyEntry(String key,
AttributeValue value)
Add a single LastEvaluatedKey entry
|
ScanResult |
ScanResult.clearLastEvaluatedKeyEntries()
Removes all the entries added into LastEvaluatedKey.
|
ScanResult |
ScanResult.clone() |
ScanResult |
ScanResult.withConsumedCapacity(ConsumedCapacity consumedCapacity)
The capacity units consumed by the
Scan operation. |
ScanResult |
ScanResult.withCount(Integer count)
The number of items in the response.
|
ScanResult |
ScanResult.withItems(Collection<Map<String,AttributeValue>> items)
An array of item attributes that match the scan criteria.
|
ScanResult |
ScanResult.withItems(Map<String,AttributeValue>... items)
An array of item attributes that match the scan criteria.
|
ScanResult |
ScanResult.withLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)
The primary key of the item where the operation stopped, inclusive of the previous result set.
|
ScanResult |
ScanResult.withScannedCount(Integer scannedCount)
The number of items evaluated, before any
ScanFilter is applied. |
Copyright © 2021. All rights reserved.