| Package | Description |
|---|---|
| com.amazonaws.services.qldbsession.model |
| Modifier and Type | Method and Description |
|---|---|
StartSessionResult |
StartSessionResult.clone() |
StartSessionResult |
SendCommandResult.getStartSession()
Contains the details of the started session that includes a session token.
|
StartSessionResult |
StartSessionResult.withSessionToken(String sessionToken)
Session token of the started session.
|
StartSessionResult |
StartSessionResult.withTimingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendCommandResult.setStartSession(StartSessionResult startSession)
Contains the details of the started session that includes a session token.
|
SendCommandResult |
SendCommandResult.withStartSession(StartSessionResult startSession)
Contains the details of the started session that includes a session token.
|
Copyright © 2021. All rights reserved.