- equals(Object) - Method in class software.amazon.qldb.QldbHash
-
- Errors - Enum in software.amazon.qldb.exceptions
-
Enum identifying the possible errors within the QLDB session, allowing for retrieval of a localized error message.
- execute(TransactionExecutor) - Method in interface software.amazon.qldb.Executor
-
- execute(TransactionExecutor) - Method in interface software.amazon.qldb.ExecutorNoReturn
-
- execute(String) - Method in interface software.amazon.qldb.QldbSession
-
Execute the statement against QLDB and retrieve the result.
- execute(String, List<IonValue>) - Method in interface software.amazon.qldb.QldbSession
-
Execute the statement using the specified parameters against QLDB and retrieve the result.
- execute(ExecutorNoReturn) - Method in interface software.amazon.qldb.QldbSession
-
Execute the Executor lambda against QLDB within a transaction where no result is expected.
- execute(ExecutorNoReturn, RetryIndicator) - Method in interface software.amazon.qldb.QldbSession
-
Execute the Executor lambda against QLDB within a transaction where no result is expected.
- execute(Executor<T>) - Method in interface software.amazon.qldb.QldbSession
-
Execute the Executor lambda against QLDB and retrieve the result within a transaction.
- execute(Executor<T>, RetryIndicator) - Method in interface software.amazon.qldb.QldbSession
-
Execute the Executor lambda against QLDB and retrieve the result within a transaction.
- execute(String) - Method in interface software.amazon.qldb.Transaction
-
Execute the statement against QLDB and retrieve the result.
- execute(String, List<IonValue>) - Method in interface software.amazon.qldb.Transaction
-
Execute the statement using the specified parameters against QLDB and retrieve the result.
- execute(String) - Method in class software.amazon.qldb.TransactionExecutor
-
Execute the statement against QLDB and retrieve the result.
- execute(String, List<IonValue>) - Method in class software.amazon.qldb.TransactionExecutor
-
Execute the statement using the specified parameters against QLDB and retrieve the result.
- Executor<R> - Interface in software.amazon.qldb
-
- ExecutorNoReturn - Interface in software.amazon.qldb
-