Uses of Class
software.amazon.awssdk.services.rds.model.AddSourceIdentifierToSubscriptionResponse
-
Packages that use AddSourceIdentifierToSubscriptionResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of AddSourceIdentifierToSubscriptionResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return AddSourceIdentifierToSubscriptionResponse Modifier and Type Method Description default AddSourceIdentifierToSubscriptionResponseRdsClient. addSourceIdentifierToSubscription(Consumer<AddSourceIdentifierToSubscriptionRequest.Builder> addSourceIdentifierToSubscriptionRequest)Adds a source identifier to an existing RDS event notification subscription.default AddSourceIdentifierToSubscriptionResponseRdsClient. 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 AddSourceIdentifierToSubscriptionResponse Modifier and Type Method Description default CompletableFuture<AddSourceIdentifierToSubscriptionResponse>RdsAsyncClient. addSourceIdentifierToSubscription(Consumer<AddSourceIdentifierToSubscriptionRequest.Builder> addSourceIdentifierToSubscriptionRequest)Adds a source identifier to an existing RDS event notification subscription.default CompletableFuture<AddSourceIdentifierToSubscriptionResponse>RdsAsyncClient. addSourceIdentifierToSubscription(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest)Adds a source identifier to an existing RDS event notification subscription.
-