| Interface | Description | 
|---|---|
| BatchGetItemApi | 
 DynamoDB BatchGetItem API that can be used to retrieve multiple items from
 multiple tables in one request/response by specifying one or multiple primary
 keys per table in the request. 
 | 
| BatchWriteItemApi | 
 DynamoDB BatchWriteItem API that can be used to put multiple items to and/or
 delete multiple items from multiple tables in a single request-response
 to/from DynamoDB. 
 | 
| DeleteItemApi | 
 A Table-centric DeleteItem API. 
 | 
| GetItemApi | 
 A Table-centric GetItem API. 
 | 
| ListTablesApi | 
 DynamoDB ListTables API. 
 | 
| PutItemApi | 
 A Table-centric PutItem API. 
 | 
| QueryApi | 
 A Table-centric Query API. 
 | 
| ScanApi | 
 A Table-centric Scan API. 
 | 
| UpdateItemApi | 
 A Table-centric UpdateItem API. 
 | 
Copyright © 2015. All rights reserved.