Package | Description |
---|---|
com.amazonaws.services.rds |
Synchronous and asynchronous client classes for accessing AmazonRDS.
|
com.amazonaws.services.rds.model |
Classes modeling the various types represented by AmazonRDS.
|
Modifier and Type | Method and Description |
---|---|
EventSubscription |
AmazonRDSClient.addSourceIdentifierToSubscription(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest)
Adds a source identifier to an existing RDS event notification
subscription.
|
EventSubscription |
AmazonRDS.addSourceIdentifierToSubscription(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest)
Adds a source identifier to an existing RDS event notification
subscription.
|
Future<EventSubscription> |
AmazonRDSAsync.addSourceIdentifierToSubscriptionAsync(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest)
Adds a source identifier to an existing RDS event notification
subscription.
|
Future<EventSubscription> |
AmazonRDSAsyncClient.addSourceIdentifierToSubscriptionAsync(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest)
Adds a source identifier to an existing RDS event notification
subscription.
|
Future<EventSubscription> |
AmazonRDSAsync.addSourceIdentifierToSubscriptionAsync(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest,
AsyncHandler<AddSourceIdentifierToSubscriptionRequest,EventSubscription> asyncHandler)
Adds a source identifier to an existing RDS event notification
subscription.
|
Future<EventSubscription> |
AmazonRDSAsyncClient.addSourceIdentifierToSubscriptionAsync(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest,
AsyncHandler<AddSourceIdentifierToSubscriptionRequest,EventSubscription> asyncHandler)
Adds a source identifier to an existing RDS event notification
subscription.
|
Modifier and Type | Method and Description |
---|---|
Future<EventSubscription> |
AmazonRDSAsync.addSourceIdentifierToSubscriptionAsync(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest,
AsyncHandler<AddSourceIdentifierToSubscriptionRequest,EventSubscription> asyncHandler)
Adds a source identifier to an existing RDS event notification
subscription.
|
Future<EventSubscription> |
AmazonRDSAsyncClient.addSourceIdentifierToSubscriptionAsync(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest,
AsyncHandler<AddSourceIdentifierToSubscriptionRequest,EventSubscription> asyncHandler)
Adds a source identifier to an existing RDS event notification
subscription.
|
Modifier and Type | Method and Description |
---|---|
AddSourceIdentifierToSubscriptionRequest |
AddSourceIdentifierToSubscriptionRequest.withSourceIdentifier(String sourceIdentifier)
The identifier of the event source to be added.
|
AddSourceIdentifierToSubscriptionRequest |
AddSourceIdentifierToSubscriptionRequest.withSubscriptionName(String subscriptionName)
The name of the RDS event notification subscription you want to add a
source identifier to.
|
Copyright © 2014. All rights reserved.