Uses of Class
com.amazonaws.services.rds.model.AddSourceIdentifierToSubscriptionRequest
-
Packages that use AddSourceIdentifierToSubscriptionRequest Package Description com.amazonaws.services.rds com.amazonaws.services.rds.model -
-
Uses of AddSourceIdentifierToSubscriptionRequest in com.amazonaws.services.rds
Method parameters in com.amazonaws.services.rds with type arguments of type AddSourceIdentifierToSubscriptionRequest Modifier and Type Method Description Future<EventSubscription>
AbstractAmazonRDSAsync. addSourceIdentifierToSubscriptionAsync(AddSourceIdentifierToSubscriptionRequest request, AsyncHandler<AddSourceIdentifierToSubscriptionRequest,EventSubscription> asyncHandler)
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 request, AsyncHandler<AddSourceIdentifierToSubscriptionRequest,EventSubscription> asyncHandler)
-
Uses of AddSourceIdentifierToSubscriptionRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return AddSourceIdentifierToSubscriptionRequest Modifier and Type Method Description AddSourceIdentifierToSubscriptionRequest
AddSourceIdentifierToSubscriptionRequest. clone()
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.
-