| Package | Description |
|---|---|
| com.amazonaws.services.qldbsession.model |
| Modifier and Type | Method and Description |
|---|---|
ExecuteStatementRequest |
ExecuteStatementRequest.clone() |
ExecuteStatementRequest |
SendCommandRequest.getExecuteStatement()
Command to execute a statement in the specified transaction.
|
ExecuteStatementRequest |
ExecuteStatementRequest.withParameters(Collection<ValueHolder> parameters)
Specifies the parameters for the parameterized statement in the request.
|
ExecuteStatementRequest |
ExecuteStatementRequest.withParameters(ValueHolder... parameters)
Specifies the parameters for the parameterized statement in the request.
|
ExecuteStatementRequest |
ExecuteStatementRequest.withStatement(String statement)
Specifies the statement of the request.
|
ExecuteStatementRequest |
ExecuteStatementRequest.withTransactionId(String transactionId)
Specifies the transaction id of the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendCommandRequest.setExecuteStatement(ExecuteStatementRequest executeStatement)
Command to execute a statement in the specified transaction.
|
SendCommandRequest |
SendCommandRequest.withExecuteStatement(ExecuteStatementRequest executeStatement)
Command to execute a statement in the specified transaction.
|
Copyright © 2020. All rights reserved.