| Package | Description |
|---|---|
| software.amazon.qldb |
| Modifier and Type | Method and Description |
|---|---|
void |
QldbDriver.execute(ExecutorNoReturn executor)
Execute the Executor lambda against QLDB within a transaction where no result is expected.
|
void |
QldbDriver.execute(ExecutorNoReturn executor,
RetryPolicy retryPolicy)
Execute the Executor lambda against QLDB within a transaction where no result is expected.
|