Uses of Class
com.amazonaws.services.rds.model.AddSourceIdentifierToSubscriptionRequest
Packages that use AddSourceIdentifierToSubscriptionRequest
-
Uses of AddSourceIdentifierToSubscriptionRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type AddSourceIdentifierToSubscriptionRequestModifier and TypeMethodDescriptionAbstractAmazonRDS.addSourceIdentifierToSubscription
(AddSourceIdentifierToSubscriptionRequest request) AmazonRDS.addSourceIdentifierToSubscription
(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest) Adds a source identifier to an existing RDS event notification subscription.AmazonRDSClient.addSourceIdentifierToSubscription
(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest) Adds a source identifier to an existing RDS event notification subscription.AbstractAmazonRDSAsync.addSourceIdentifierToSubscriptionAsync
(AddSourceIdentifierToSubscriptionRequest request) AbstractAmazonRDSAsync.addSourceIdentifierToSubscriptionAsync
(AddSourceIdentifierToSubscriptionRequest request, AsyncHandler<AddSourceIdentifierToSubscriptionRequest, EventSubscription> asyncHandler) AmazonRDSAsync.addSourceIdentifierToSubscriptionAsync
(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest) Adds a source identifier to an existing RDS event notification subscription.AmazonRDSAsync.addSourceIdentifierToSubscriptionAsync
(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest, AsyncHandler<AddSourceIdentifierToSubscriptionRequest, EventSubscription> asyncHandler) Adds a source identifier to an existing RDS event notification subscription.AmazonRDSAsyncClient.addSourceIdentifierToSubscriptionAsync
(AddSourceIdentifierToSubscriptionRequest request) AmazonRDSAsyncClient.addSourceIdentifierToSubscriptionAsync
(AddSourceIdentifierToSubscriptionRequest request, AsyncHandler<AddSourceIdentifierToSubscriptionRequest, EventSubscription> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type AddSourceIdentifierToSubscriptionRequestModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.addSourceIdentifierToSubscriptionAsync
(AddSourceIdentifierToSubscriptionRequest request, AsyncHandler<AddSourceIdentifierToSubscriptionRequest, EventSubscription> asyncHandler) AmazonRDSAsync.addSourceIdentifierToSubscriptionAsync
(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest, AsyncHandler<AddSourceIdentifierToSubscriptionRequest, EventSubscription> asyncHandler) Adds a source identifier to an existing RDS event notification subscription.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 AddSourceIdentifierToSubscriptionRequestModifier and TypeMethodDescriptionAddSourceIdentifierToSubscriptionRequest.clone()
AddSourceIdentifierToSubscriptionRequest.withSourceIdentifier
(String sourceIdentifier) The identifier of the event source to be added.AddSourceIdentifierToSubscriptionRequest.withSubscriptionName
(String subscriptionName) The name of the RDS event notification subscription you want to add a source identifier to.