- getAbortTransaction() - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to abort the current transaction.
- getAbortTransaction() - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the aborted transaction.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.qldbsession.AbstractAmazonQLDBSession
-
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.qldbsession.AmazonQLDBSession
-
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.qldbsession.AmazonQLDBSessionClient
-
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
- getCode() - Method in exception com.amazonaws.services.qldbsession.model.BadRequestException
-
- getCode() - Method in exception com.amazonaws.services.qldbsession.model.InvalidSessionException
-
- getCommitDigest() - Method in class com.amazonaws.services.qldbsession.model.CommitTransactionRequest
-
Specifies the commit digest for the transaction to commit.
- getCommitDigest() - Method in class com.amazonaws.services.qldbsession.model.CommitTransactionResult
-
The commit digest of the committed transaction.
- getCommitTransaction() - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to commit the specified transaction.
- getCommitTransaction() - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the committed transaction.
- getEndSession() - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to end the current session.
- getEndSession() - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the ended session.
- getExecuteStatement() - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to execute a statement in the specified transaction.
- getExecuteStatement() - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the executed statement.
- getExecutorService() - Method in class com.amazonaws.services.qldbsession.AmazonQLDBSessionAsyncClient
-
Returns the executor service used by this client to execute async requests.
- getFetchPage() - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to fetch a page.
- getFetchPage() - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the fetched page.
- getFirstPage() - Method in class com.amazonaws.services.qldbsession.model.ExecuteStatementResult
-
Contains the details of the first fetched page.
- getIonBinary() - Method in class com.amazonaws.services.qldbsession.model.ValueHolder
-
An Amazon Ion binary value contained in a ValueHolder structure.
- getIonText() - Method in class com.amazonaws.services.qldbsession.model.ValueHolder
-
An Amazon Ion plaintext value contained in a ValueHolder structure.
- getLedgerName() - Method in class com.amazonaws.services.qldbsession.model.StartSessionRequest
-
The name of the ledger to start a new session against.
- getNextPageToken() - Method in class com.amazonaws.services.qldbsession.model.FetchPageRequest
-
Specifies the next page token of the page to be fetched.
- getNextPageToken() - Method in class com.amazonaws.services.qldbsession.model.Page
-
The token of the next page.
- getPage() - Method in class com.amazonaws.services.qldbsession.model.FetchPageResult
-
Contains details of the fetched page.
- getParameters() - Method in class com.amazonaws.services.qldbsession.model.ExecuteStatementRequest
-
Specifies the parameters for the parameterized statement in the request.
- getSessionToken() - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Specifies the session token for the current command.
- getSessionToken() - Method in class com.amazonaws.services.qldbsession.model.StartSessionResult
-
Session token of the started session.
- getStartSession() - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to start a new session.
- getStartSession() - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the started session that includes a session token.
- getStartTransaction() - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to start a new transaction.
- getStartTransaction() - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the started transaction.
- getStatement() - Method in class com.amazonaws.services.qldbsession.model.ExecuteStatementRequest
-
Specifies the statement of the request.
- getTransactionId() - Method in class com.amazonaws.services.qldbsession.model.CommitTransactionRequest
-
Specifies the transaction ID of the transaction to commit.
- getTransactionId() - Method in class com.amazonaws.services.qldbsession.model.CommitTransactionResult
-
The transaction ID of the committed transaction.
- getTransactionId() - Method in class com.amazonaws.services.qldbsession.model.ExecuteStatementRequest
-
Specifies the transaction ID of the request.
- getTransactionId() - Method in class com.amazonaws.services.qldbsession.model.FetchPageRequest
-
Specifies the transaction ID of the page to be fetched.
- getTransactionId() - Method in class com.amazonaws.services.qldbsession.model.StartTransactionResult
-
The transaction ID of the started transaction.
- getValues() - Method in class com.amazonaws.services.qldbsession.model.Page
-
A structure that contains values in multiple encoding formats.
- sendCommand(SendCommandRequest) - Method in class com.amazonaws.services.qldbsession.AbstractAmazonQLDBSession
-
- sendCommand(SendCommandRequest) - Method in interface com.amazonaws.services.qldbsession.AmazonQLDBSession
-
Sends a command to an Amazon QLDB ledger.
- sendCommand(SendCommandRequest) - Method in class com.amazonaws.services.qldbsession.AmazonQLDBSessionClient
-
Sends a command to an Amazon QLDB ledger.
- sendCommandAsync(SendCommandRequest) - Method in class com.amazonaws.services.qldbsession.AbstractAmazonQLDBSessionAsync
-
- sendCommandAsync(SendCommandRequest, AsyncHandler<SendCommandRequest, SendCommandResult>) - Method in class com.amazonaws.services.qldbsession.AbstractAmazonQLDBSessionAsync
-
- sendCommandAsync(SendCommandRequest) - Method in interface com.amazonaws.services.qldbsession.AmazonQLDBSessionAsync
-
Sends a command to an Amazon QLDB ledger.
- sendCommandAsync(SendCommandRequest, AsyncHandler<SendCommandRequest, SendCommandResult>) - Method in interface com.amazonaws.services.qldbsession.AmazonQLDBSessionAsync
-
Sends a command to an Amazon QLDB ledger.
- sendCommandAsync(SendCommandRequest) - Method in class com.amazonaws.services.qldbsession.AmazonQLDBSessionAsyncClient
-
- sendCommandAsync(SendCommandRequest, AsyncHandler<SendCommandRequest, SendCommandResult>) - Method in class com.amazonaws.services.qldbsession.AmazonQLDBSessionAsyncClient
-
- SendCommandRequest - Class in com.amazonaws.services.qldbsession.model
-
- SendCommandRequest() - Constructor for class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
- SendCommandResult - Class in com.amazonaws.services.qldbsession.model
-
- SendCommandResult() - Constructor for class com.amazonaws.services.qldbsession.model.SendCommandResult
-
- setAbortTransaction(AbortTransactionRequest) - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to abort the current transaction.
- setAbortTransaction(AbortTransactionResult) - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the aborted transaction.
- setCode(String) - Method in exception com.amazonaws.services.qldbsession.model.BadRequestException
-
- setCode(String) - Method in exception com.amazonaws.services.qldbsession.model.InvalidSessionException
-
- setCommitDigest(ByteBuffer) - Method in class com.amazonaws.services.qldbsession.model.CommitTransactionRequest
-
Specifies the commit digest for the transaction to commit.
- setCommitDigest(ByteBuffer) - Method in class com.amazonaws.services.qldbsession.model.CommitTransactionResult
-
The commit digest of the committed transaction.
- setCommitTransaction(CommitTransactionRequest) - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to commit the specified transaction.
- setCommitTransaction(CommitTransactionResult) - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the committed transaction.
- setEndSession(EndSessionRequest) - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to end the current session.
- setEndSession(EndSessionResult) - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the ended session.
- setExecuteStatement(ExecuteStatementRequest) - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to execute a statement in the specified transaction.
- setExecuteStatement(ExecuteStatementResult) - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the executed statement.
- setFetchPage(FetchPageRequest) - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to fetch a page.
- setFetchPage(FetchPageResult) - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the fetched page.
- setFirstPage(Page) - Method in class com.amazonaws.services.qldbsession.model.ExecuteStatementResult
-
Contains the details of the first fetched page.
- setIonBinary(ByteBuffer) - Method in class com.amazonaws.services.qldbsession.model.ValueHolder
-
An Amazon Ion binary value contained in a ValueHolder structure.
- setIonText(String) - Method in class com.amazonaws.services.qldbsession.model.ValueHolder
-
An Amazon Ion plaintext value contained in a ValueHolder structure.
- setLedgerName(String) - Method in class com.amazonaws.services.qldbsession.model.StartSessionRequest
-
The name of the ledger to start a new session against.
- setNextPageToken(String) - Method in class com.amazonaws.services.qldbsession.model.FetchPageRequest
-
Specifies the next page token of the page to be fetched.
- setNextPageToken(String) - Method in class com.amazonaws.services.qldbsession.model.Page
-
The token of the next page.
- setPage(Page) - Method in class com.amazonaws.services.qldbsession.model.FetchPageResult
-
Contains details of the fetched page.
- setParameters(Collection<ValueHolder>) - Method in class com.amazonaws.services.qldbsession.model.ExecuteStatementRequest
-
Specifies the parameters for the parameterized statement in the request.
- setSessionToken(String) - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Specifies the session token for the current command.
- setSessionToken(String) - Method in class com.amazonaws.services.qldbsession.model.StartSessionResult
-
Session token of the started session.
- setStartSession(StartSessionRequest) - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to start a new session.
- setStartSession(StartSessionResult) - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the started session that includes a session token.
- setStartTransaction(StartTransactionRequest) - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to start a new transaction.
- setStartTransaction(StartTransactionResult) - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the started transaction.
- setStatement(String) - Method in class com.amazonaws.services.qldbsession.model.ExecuteStatementRequest
-
Specifies the statement of the request.
- setTransactionId(String) - Method in class com.amazonaws.services.qldbsession.model.CommitTransactionRequest
-
Specifies the transaction ID of the transaction to commit.
- setTransactionId(String) - Method in class com.amazonaws.services.qldbsession.model.CommitTransactionResult
-
The transaction ID of the committed transaction.
- setTransactionId(String) - Method in class com.amazonaws.services.qldbsession.model.ExecuteStatementRequest
-
Specifies the transaction ID of the request.
- setTransactionId(String) - Method in class com.amazonaws.services.qldbsession.model.FetchPageRequest
-
Specifies the transaction ID of the page to be fetched.
- setTransactionId(String) - Method in class com.amazonaws.services.qldbsession.model.StartTransactionResult
-
The transaction ID of the started transaction.
- setValues(Collection<ValueHolder>) - Method in class com.amazonaws.services.qldbsession.model.Page
-
A structure that contains values in multiple encoding formats.
- shutdown() - Method in class com.amazonaws.services.qldbsession.AbstractAmazonQLDBSession
-
- shutdown() - Method in interface com.amazonaws.services.qldbsession.AmazonQLDBSession
-
Shuts down this client object, releasing any resources that might be held open.
- shutdown() - Method in class com.amazonaws.services.qldbsession.AmazonQLDBSessionAsyncClient
-
Shuts down the client, releasing all managed resources.
- standard() - Static method in class com.amazonaws.services.qldbsession.AmazonQLDBSessionAsyncClientBuilder
-
- standard() - Static method in class com.amazonaws.services.qldbsession.AmazonQLDBSessionClientBuilder
-
- StartSessionRequest - Class in com.amazonaws.services.qldbsession.model
-
Specifies a request to start a new session.
- StartSessionRequest() - Constructor for class com.amazonaws.services.qldbsession.model.StartSessionRequest
-
- StartSessionResult - Class in com.amazonaws.services.qldbsession.model
-
Contains the details of the started session.
- StartSessionResult() - Constructor for class com.amazonaws.services.qldbsession.model.StartSessionResult
-
- StartTransactionRequest - Class in com.amazonaws.services.qldbsession.model
-
Specifies a request to start a transaction.
- StartTransactionRequest() - Constructor for class com.amazonaws.services.qldbsession.model.StartTransactionRequest
-
- StartTransactionResult - Class in com.amazonaws.services.qldbsession.model
-
Contains the details of the started transaction.
- StartTransactionResult() - Constructor for class com.amazonaws.services.qldbsession.model.StartTransactionResult
-
- toString() - Method in class com.amazonaws.services.qldbsession.model.AbortTransactionRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.qldbsession.model.AbortTransactionResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.qldbsession.model.CommitTransactionRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.qldbsession.model.CommitTransactionResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.qldbsession.model.EndSessionRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.qldbsession.model.EndSessionResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.qldbsession.model.ExecuteStatementRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.qldbsession.model.ExecuteStatementResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.qldbsession.model.FetchPageRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.qldbsession.model.FetchPageResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.qldbsession.model.Page
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.qldbsession.model.StartSessionRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.qldbsession.model.StartSessionResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.qldbsession.model.StartTransactionRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.qldbsession.model.StartTransactionResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.qldbsession.model.ValueHolder
-
Returns a string representation of this object.
- withAbortTransaction(AbortTransactionRequest) - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to abort the current transaction.
- withAbortTransaction(AbortTransactionResult) - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the aborted transaction.
- withCode(String) - Method in exception com.amazonaws.services.qldbsession.model.BadRequestException
-
- withCode(String) - Method in exception com.amazonaws.services.qldbsession.model.InvalidSessionException
-
- withCommitDigest(ByteBuffer) - Method in class com.amazonaws.services.qldbsession.model.CommitTransactionRequest
-
Specifies the commit digest for the transaction to commit.
- withCommitDigest(ByteBuffer) - Method in class com.amazonaws.services.qldbsession.model.CommitTransactionResult
-
The commit digest of the committed transaction.
- withCommitTransaction(CommitTransactionRequest) - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to commit the specified transaction.
- withCommitTransaction(CommitTransactionResult) - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the committed transaction.
- withEndSession(EndSessionRequest) - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to end the current session.
- withEndSession(EndSessionResult) - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the ended session.
- withExecuteStatement(ExecuteStatementRequest) - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to execute a statement in the specified transaction.
- withExecuteStatement(ExecuteStatementResult) - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the executed statement.
- withFetchPage(FetchPageRequest) - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to fetch a page.
- withFetchPage(FetchPageResult) - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the fetched page.
- withFirstPage(Page) - Method in class com.amazonaws.services.qldbsession.model.ExecuteStatementResult
-
Contains the details of the first fetched page.
- withIonBinary(ByteBuffer) - Method in class com.amazonaws.services.qldbsession.model.ValueHolder
-
An Amazon Ion binary value contained in a ValueHolder structure.
- withIonText(String) - Method in class com.amazonaws.services.qldbsession.model.ValueHolder
-
An Amazon Ion plaintext value contained in a ValueHolder structure.
- withLedgerName(String) - Method in class com.amazonaws.services.qldbsession.model.StartSessionRequest
-
The name of the ledger to start a new session against.
- withNextPageToken(String) - Method in class com.amazonaws.services.qldbsession.model.FetchPageRequest
-
Specifies the next page token of the page to be fetched.
- withNextPageToken(String) - Method in class com.amazonaws.services.qldbsession.model.Page
-
The token of the next page.
- withPage(Page) - Method in class com.amazonaws.services.qldbsession.model.FetchPageResult
-
Contains details of the fetched page.
- withParameters(ValueHolder...) - Method in class com.amazonaws.services.qldbsession.model.ExecuteStatementRequest
-
Specifies the parameters for the parameterized statement in the request.
- withParameters(Collection<ValueHolder>) - Method in class com.amazonaws.services.qldbsession.model.ExecuteStatementRequest
-
Specifies the parameters for the parameterized statement in the request.
- withSessionToken(String) - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Specifies the session token for the current command.
- withSessionToken(String) - Method in class com.amazonaws.services.qldbsession.model.StartSessionResult
-
Session token of the started session.
- withStartSession(StartSessionRequest) - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to start a new session.
- withStartSession(StartSessionResult) - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the started session that includes a session token.
- withStartTransaction(StartTransactionRequest) - Method in class com.amazonaws.services.qldbsession.model.SendCommandRequest
-
Command to start a new transaction.
- withStartTransaction(StartTransactionResult) - Method in class com.amazonaws.services.qldbsession.model.SendCommandResult
-
Contains the details of the started transaction.
- withStatement(String) - Method in class com.amazonaws.services.qldbsession.model.ExecuteStatementRequest
-
Specifies the statement of the request.
- withTransactionId(String) - Method in class com.amazonaws.services.qldbsession.model.CommitTransactionRequest
-
Specifies the transaction ID of the transaction to commit.
- withTransactionId(String) - Method in class com.amazonaws.services.qldbsession.model.CommitTransactionResult
-
The transaction ID of the committed transaction.
- withTransactionId(String) - Method in class com.amazonaws.services.qldbsession.model.ExecuteStatementRequest
-
Specifies the transaction ID of the request.
- withTransactionId(String) - Method in class com.amazonaws.services.qldbsession.model.FetchPageRequest
-
Specifies the transaction ID of the page to be fetched.
- withTransactionId(String) - Method in class com.amazonaws.services.qldbsession.model.StartTransactionResult
-
The transaction ID of the started transaction.
- withValues(ValueHolder...) - Method in class com.amazonaws.services.qldbsession.model.Page
-
A structure that contains values in multiple encoding formats.
- withValues(Collection<ValueHolder>) - Method in class com.amazonaws.services.qldbsession.model.Page
-
A structure that contains values in multiple encoding formats.