| Modifier and Type | Method and Description | 
|---|---|
<R> R | 
MappedTable.execute(TableOperation<T,?,?,R> operationToPerform)
Executes a command against the database with the context of the primary index of the specific table this object
 is linked to. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<R> R | 
DynamoDbMappedTable.execute(TableOperation<T,?,?,R> operationToPerform)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CreateTable<T>  | 
class  | 
DeleteItem<T>  | 
class  | 
GetItem<T>  | 
class  | 
PutItem<T>  | 
class  | 
Query<T>  | 
class  | 
Scan<T>  | 
class  | 
UpdateItem<T>  | 
Copyright © 2019. All rights reserved.