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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
ScanResult |
ScanResult.withConsumedCapacityUnits(Double consumedCapacityUnits)
Deprecated.
The number of Capacity Units of the provisioned throughput of the
table consumed during the operation.
|
ScanResult |
ScanResult.withCount(Integer count)
Deprecated.
Number of items in the response.
|
ScanResult |
ScanResult.withItems(Collection<Map<String,AttributeValue>> items)
Deprecated.
Sets the value of the Items property for this object.
|
ScanResult |
ScanResult.withItems(Map<String,AttributeValue>... items)
Deprecated.
Sets the value of the Items property for this object.
|
ScanResult |
ScanResult.withLastEvaluatedKey(Key lastEvaluatedKey)
Deprecated.
Primary key of the item where the scan operation stopped.
|
ScanResult |
ScanResult.withScannedCount(Integer scannedCount)
Deprecated.
Number of items in the complete scan before any filters are applied.
|
Copyright © 2014. All rights reserved.