@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSRDSDataClient extends AmazonWebServiceClient implements AWSRDSData
AWS RDS DataService provides Http Endpoint to query RDS databases.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
static AWSRDSDataClientBuilder |
builder() |
ExecuteSqlResult |
executeSql(ExecuteSqlRequest request)
Executes any SQL statement on the target database synchronously
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
|
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shutdown, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shutdown
public static AWSRDSDataClientBuilder builder()
public ExecuteSqlResult executeSql(ExecuteSqlRequest request)
executeSql
in interface AWSRDSData
executeSqlRequest
- Execute SQL RequestBadRequestException
- Invalid Request exceptionForbiddenException
- Access denied exceptionInternalServerErrorException
- Internal service errorServiceUnavailableErrorException
- Internal service unavailable errorpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata
in interface AWSRDSData
request
- The originally executed requestCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.