Uses of Class
software.amazon.awssdk.services.qldbsession.model.ExecuteStatementRequest
-
Packages that use ExecuteStatementRequest Package Description software.amazon.awssdk.services.qldbsession.model -
-
Uses of ExecuteStatementRequest in software.amazon.awssdk.services.qldbsession.model
Methods in software.amazon.awssdk.services.qldbsession.model that return ExecuteStatementRequest Modifier and Type Method Description ExecuteStatementRequestSendCommandRequest. executeStatement()Command to execute a statement in the specified transaction.Methods in software.amazon.awssdk.services.qldbsession.model with parameters of type ExecuteStatementRequest Modifier and Type Method Description SendCommandRequest.BuilderSendCommandRequest.Builder. executeStatement(ExecuteStatementRequest executeStatement)Command to execute a statement in the specified transaction.
-