@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSRDSDataAsync extends AWSRDSData
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
AbstractAWSRDSDataAsync instead.
AWS RDS DataService provides Http Endpoint to query RDS databases.
ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
Future<ExecuteSqlResult> |
executeSqlAsync(ExecuteSqlRequest executeSqlRequest)
Executes any SQL statement on the target database synchronously
|
Future<ExecuteSqlResult> |
executeSqlAsync(ExecuteSqlRequest executeSqlRequest,
AsyncHandler<ExecuteSqlRequest,ExecuteSqlResult> asyncHandler)
Executes any SQL statement on the target database synchronously
|
executeSql, getCachedResponseMetadata, shutdownFuture<ExecuteSqlResult> executeSqlAsync(ExecuteSqlRequest executeSqlRequest)
executeSqlRequest - Execute SQL RequestFuture<ExecuteSqlResult> executeSqlAsync(ExecuteSqlRequest executeSqlRequest, AsyncHandler<ExecuteSqlRequest,ExecuteSqlResult> asyncHandler)
executeSqlRequest - 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.