Package | Description |
---|---|
com.amazonaws.services.dynamodb |
Synchronous and asynchronous client classes for accessing AmazonDynamoDB.
|
com.amazonaws.services.dynamodb.datamodeling |
Modifier and Type | Interface and Description |
---|---|
interface |
AmazonDynamoDBAsync
Deprecated.
Use
AmazonDynamoDBAsync instead. |
Modifier and Type | Class and Description |
---|---|
class |
AmazonDynamoDBAsyncClient
Deprecated.
Use
AmazonDynamoDBAsyncClient instead. |
class |
AmazonDynamoDBClient
Deprecated.
Use
AmazonDynamoDBClient instead. |
Modifier and Type | Field and Description |
---|---|
protected AmazonDynamoDB |
PaginatedList.dynamo
Deprecated.
The client for working with DynamoDB
|
Constructor and Description |
---|
DynamoDBMapper(AmazonDynamoDB dynamoDB)
Deprecated.
Constructs a new mapper with the service object given, using the default
configuration.
|
DynamoDBMapper(AmazonDynamoDB dynamoDB,
DynamoDBMapperConfig config)
Deprecated.
Constructs a new mapper with the service object and configuration given.
|
PaginatedList(DynamoDBMapper mapper,
Class<T> clazz,
AmazonDynamoDB dynamo)
Deprecated.
|
PaginatedQueryList(DynamoDBMapper mapper,
Class<T> clazz,
AmazonDynamoDB dynamo,
QueryRequest queryRequest,
QueryResult queryResult)
Deprecated.
|
PaginatedScanList(DynamoDBMapper mapper,
Class<T> clazz,
AmazonDynamoDB dynamo,
ScanRequest scanRequest,
ScanResult scanResult)
Deprecated.
|
Copyright © 2014. All rights reserved.