Builder
Properties
Command to abort the current transaction.
Command to commit the specified transaction.
Command to end the current session.
Command to execute a statement in the specified transaction.
Command to fetch a page.
Specifies the session token for the current command. A session token is constant throughout the life of the session.
Command to start a new session. A session token is obtained as part of the response.
Command to start a new transaction.
Functions
construct an aws.sdk.kotlin.services.qldbsession.model.AbortTransactionRequest inside the given block
construct an aws.sdk.kotlin.services.qldbsession.model.CommitTransactionRequest inside the given block
construct an aws.sdk.kotlin.services.qldbsession.model.EndSessionRequest inside the given block
construct an aws.sdk.kotlin.services.qldbsession.model.ExecuteStatementRequest inside the given block
construct an aws.sdk.kotlin.services.qldbsession.model.FetchPageRequest inside the given block
construct an aws.sdk.kotlin.services.qldbsession.model.StartSessionRequest inside the given block
construct an aws.sdk.kotlin.services.qldbsession.model.StartTransactionRequest inside the given block