| Modifier and Type | Method and Description |
|---|---|
<R> R |
DynamoDbTable.execute(TableOperation<T,?,?,R> operationToPerform)
Executes a command that is expected to return a single data item against the database with the context of the
primary index of the specific table this object is linked to.
|
<R> CompletableFuture<R> |
DynamoDbAsyncTable.execute(TableOperation<T,?,?,R> operationToPerform)
Executes a command that is expected to return a single data item 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> CompletableFuture<R> |
DefaultDynamoDbAsyncTable.execute(TableOperation<T,?,?,R> operationToPerform) |
<R> R |
DefaultDynamoDbTable.execute(TableOperation<T,?,?,R> operationToPerform) |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateTableOperation<T> |
class |
DeleteItem<T> |
class |
GetItem<T> |
class |
PutItem<T> |
class |
UpdateItem<T> |
Copyright © 2020. All rights reserved.