@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonQLDBSessionAsync extends AmazonQLDBSession
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonQLDBSessionAsync
instead.
The transactional data APIs for Amazon QLDB
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<SendCommandResult> |
sendCommandAsync(SendCommandRequest sendCommandRequest)
Sends a command to an Amazon QLDB ledger.
|
Future<SendCommandResult> |
sendCommandAsync(SendCommandRequest sendCommandRequest,
AsyncHandler<SendCommandRequest,SendCommandResult> asyncHandler)
Sends a command to an Amazon QLDB ledger.
|
getCachedResponseMetadata, sendCommand, shutdown
Future<SendCommandResult> sendCommandAsync(SendCommandRequest sendCommandRequest)
Sends a command to an Amazon QLDB ledger.
sendCommandRequest
- Future<SendCommandResult> sendCommandAsync(SendCommandRequest sendCommandRequest, AsyncHandler<SendCommandRequest,SendCommandResult> asyncHandler)
Sends a command to an Amazon QLDB ledger.
sendCommandRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.