| Package | Description |
|---|---|
| software.amazon.qldb |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
QldbDriver.execute(Executor<T> executor)
Execute the Executor lambda against QLDB and retrieve the result within a transaction.
|
<T> T |
QldbDriver.execute(Executor<T> executor,
RetryPolicy retryPolicy)
Execute the Executor lambda against QLDB and retrieve the result within a transaction.
|