@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSRDSDataAsync extends AbstractAWSRDSData implements AWSRDSDataAsync
AWSRDSDataAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<ExecuteSqlResult> |
executeSqlAsync(ExecuteSqlRequest request)
Executes any SQL statement on the target database synchronously
|
Future<ExecuteSqlResult> |
executeSqlAsync(ExecuteSqlRequest request,
AsyncHandler<ExecuteSqlRequest,ExecuteSqlResult> asyncHandler)
Executes any SQL statement on the target database synchronously
|
executeSql, getCachedResponseMetadata, shutdown
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
executeSql, getCachedResponseMetadata, shutdown
public Future<ExecuteSqlResult> executeSqlAsync(ExecuteSqlRequest request)
AWSRDSDataAsync
executeSqlAsync
in interface AWSRDSDataAsync
request
- Execute SQL Requestpublic Future<ExecuteSqlResult> executeSqlAsync(ExecuteSqlRequest request, AsyncHandler<ExecuteSqlRequest,ExecuteSqlResult> asyncHandler)
AWSRDSDataAsync
executeSqlAsync
in interface AWSRDSDataAsync
request
- Execute SQL RequestasyncHandler
- 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.