Uses of Class
software.amazon.awssdk.services.rds.model.AddSourceIdentifierToSubscriptionResponse
Packages that use AddSourceIdentifierToSubscriptionResponse
-
Uses of AddSourceIdentifierToSubscriptionResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return AddSourceIdentifierToSubscriptionResponseModifier and TypeMethodDescriptionRdsClient.addSourceIdentifierToSubscription(Consumer<AddSourceIdentifierToSubscriptionRequest.Builder> addSourceIdentifierToSubscriptionRequest) Adds a source identifier to an existing RDS event notification subscription.RdsClient.addSourceIdentifierToSubscription(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest) Adds a source identifier to an existing RDS event notification subscription.Methods in software.amazon.awssdk.services.rds that return types with arguments of type AddSourceIdentifierToSubscriptionResponseModifier and TypeMethodDescriptionRdsAsyncClient.addSourceIdentifierToSubscription(Consumer<AddSourceIdentifierToSubscriptionRequest.Builder> addSourceIdentifierToSubscriptionRequest) Adds a source identifier to an existing RDS event notification subscription.RdsAsyncClient.addSourceIdentifierToSubscription(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest) Adds a source identifier to an existing RDS event notification subscription.