Package | Description |
---|---|
com.amazonaws.services.dynamodb |
Synchronous and asynchronous client classes for accessing AmazonDynamoDB.
|
com.amazonaws.services.dynamodb.datamodeling | |
com.amazonaws.services.dynamodb.model |
Classes modeling the various types represented by AmazonDynamoDB.
|
Modifier and Type | Method and Description |
---|---|
ScanResult |
AmazonDynamoDB.scan(ScanRequest scanRequest)
Deprecated.
Retrieves one or more items and its attributes by performing a full
scan of a table.
|
ScanResult |
AmazonDynamoDBClient.scan(ScanRequest scanRequest)
Deprecated.
Retrieves one or more items and its attributes by performing a full
scan of a table.
|
Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(ScanRequest scanRequest)
Deprecated.
Retrieves one or more items and its attributes by performing a full
scan of a table.
|
Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(ScanRequest scanRequest)
Deprecated.
Retrieves one or more items and its attributes by performing a full
scan of a table.
|
Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(ScanRequest scanRequest,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Deprecated.
Retrieves one or more items and its attributes by performing a full
scan of a table.
|
Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(ScanRequest scanRequest,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Deprecated.
Retrieves one or more items and its attributes by performing a full
scan of a table.
|
Modifier and Type | Method and Description |
---|---|
Future<ScanResult> |
AmazonDynamoDBAsyncClient.scanAsync(ScanRequest scanRequest,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Deprecated.
Retrieves one or more items and its attributes by performing a full
scan of a table.
|
Future<ScanResult> |
AmazonDynamoDBAsync.scanAsync(ScanRequest scanRequest,
AsyncHandler<ScanRequest,ScanResult> asyncHandler)
Deprecated.
Retrieves one or more items and its attributes by performing a full
scan of a table.
|
Constructor and Description |
---|
PaginatedScanList(DynamoDBMapper mapper,
Class<T> clazz,
AmazonDynamoDB dynamo,
ScanRequest scanRequest,
ScanResult scanResult)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ScanRequest |
ScanRequest.withAttributesToGet(Collection<String> attributesToGet)
Deprecated.
List of
Attribute names. |
ScanRequest |
ScanRequest.withAttributesToGet(String... attributesToGet)
Deprecated.
List of
Attribute names. |
ScanRequest |
ScanRequest.withCount(Boolean count)
Deprecated.
If set to
true , Amazon DynamoDB returns a total number of
items for the Scan operation, even if the operation has
no matching items for the assigned filter. |
ScanRequest |
ScanRequest.withExclusiveStartKey(Key exclusiveStartKey)
Deprecated.
Primary key of the item from which to continue an earlier scan.
|
ScanRequest |
ScanRequest.withLimit(Integer limit)
Deprecated.
The maximum number of items to return.
|
ScanRequest |
ScanRequest.withScanFilter(Map<String,Condition> scanFilter)
Deprecated.
Evaluates the scan results and returns only the desired values.
|
ScanRequest |
ScanRequest.withTableName(String tableName)
Deprecated.
The name of the table in which you want to scan.
|
Copyright © 2014. All rights reserved.