| Modifier and Type | Method and Description |
|---|---|
<R> R |
MappedIndex.execute(TableOperation<T,?,?,R> operationToPerform)
Executes a command against the database with the context of the specific secondary index this object is linked
to.
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
DynamoDbMappedTable.execute(TableOperation<T,?,?,R> operationToPerform) |
<R> R |
DynamoDbMappedIndex.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.