| Package | Description |
|---|---|
| com.amazonaws.services.qldbsession.model |
| Modifier and Type | Method and Description |
|---|---|
ExecuteStatementResult |
ExecuteStatementResult.clone() |
ExecuteStatementResult |
SendCommandResult.getExecuteStatement()
Contains the details of the executed statement.
|
ExecuteStatementResult |
ExecuteStatementResult.withConsumedIOs(IOUsage consumedIOs)
Contains metrics about the number of I/O requests that were consumed.
|
ExecuteStatementResult |
ExecuteStatementResult.withFirstPage(Page firstPage)
Contains the details of the first fetched page.
|
ExecuteStatementResult |
ExecuteStatementResult.withTimingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendCommandResult.setExecuteStatement(ExecuteStatementResult executeStatement)
Contains the details of the executed statement.
|
SendCommandResult |
SendCommandResult.withExecuteStatement(ExecuteStatementResult executeStatement)
Contains the details of the executed statement.
|
Copyright © 2024. All rights reserved.