@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonQLDBSessionAsync extends AbstractAmazonQLDBSession implements AmazonQLDBSessionAsync
AmazonQLDBSessionAsync. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAmazonQLDBSessionAsync() |
| Modifier and Type | Method and Description |
|---|---|
Future<SendCommandResult> |
sendCommandAsync(SendCommandRequest request)
Sends a command to an Amazon QLDB ledger.
|
Future<SendCommandResult> |
sendCommandAsync(SendCommandRequest request,
AsyncHandler<SendCommandRequest,SendCommandResult> asyncHandler)
Sends a command to an Amazon QLDB ledger.
|
getCachedResponseMetadata, sendCommand, shutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCachedResponseMetadata, sendCommand, shutdownpublic Future<SendCommandResult> sendCommandAsync(SendCommandRequest request)
AmazonQLDBSessionAsyncSends a command to an Amazon QLDB ledger.
sendCommandAsync in interface AmazonQLDBSessionAsyncpublic Future<SendCommandResult> sendCommandAsync(SendCommandRequest request, AsyncHandler<SendCommandRequest,SendCommandResult> asyncHandler)
AmazonQLDBSessionAsyncSends a command to an Amazon QLDB ledger.
sendCommandAsync in interface AmazonQLDBSessionAsyncasyncHandler - 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 © 2019. All rights reserved.