default SendCommandResponse.Builder |
SendCommandResponse.Builder.abortTransaction(Consumer<AbortTransactionResult.Builder> abortTransaction) |
Contains the details of the aborted transaction.
|
SendCommandResponse.Builder |
SendCommandResponse.Builder.abortTransaction(AbortTransactionResult abortTransaction) |
Contains the details of the aborted transaction.
|
static SendCommandResponse.Builder |
SendCommandResponse.builder() |
|
default SendCommandResponse.Builder |
SendCommandResponse.Builder.commitTransaction(Consumer<CommitTransactionResult.Builder> commitTransaction) |
Contains the details of the committed transaction.
|
SendCommandResponse.Builder |
SendCommandResponse.Builder.commitTransaction(CommitTransactionResult commitTransaction) |
Contains the details of the committed transaction.
|
default SendCommandResponse.Builder |
SendCommandResponse.Builder.endSession(Consumer<EndSessionResult.Builder> endSession) |
Contains the details of the ended session.
|
SendCommandResponse.Builder |
SendCommandResponse.Builder.endSession(EndSessionResult endSession) |
Contains the details of the ended session.
|
default SendCommandResponse.Builder |
SendCommandResponse.Builder.executeStatement(Consumer<ExecuteStatementResult.Builder> executeStatement) |
Contains the details of the executed statement.
|
SendCommandResponse.Builder |
SendCommandResponse.Builder.executeStatement(ExecuteStatementResult executeStatement) |
Contains the details of the executed statement.
|
default SendCommandResponse.Builder |
SendCommandResponse.Builder.fetchPage(Consumer<FetchPageResult.Builder> fetchPage) |
Contains the details of the fetched page.
|
SendCommandResponse.Builder |
SendCommandResponse.Builder.fetchPage(FetchPageResult fetchPage) |
Contains the details of the fetched page.
|
default SendCommandResponse.Builder |
SendCommandResponse.Builder.startSession(Consumer<StartSessionResult.Builder> startSession) |
Contains the details of the started session that includes a session token.
|
SendCommandResponse.Builder |
SendCommandResponse.Builder.startSession(StartSessionResult startSession) |
Contains the details of the started session that includes a session token.
|
default SendCommandResponse.Builder |
SendCommandResponse.Builder.startTransaction(Consumer<StartTransactionResult.Builder> startTransaction) |
Contains the details of the started transaction.
|
SendCommandResponse.Builder |
SendCommandResponse.Builder.startTransaction(StartTransactionResult startTransaction) |
Contains the details of the started transaction.
|
SendCommandResponse.Builder |
SendCommandResponse.toBuilder() |
|