Uses of Class
software.amazon.awssdk.services.rds.model.AddSourceIdentifierToSubscriptionRequest
-
Packages that use AddSourceIdentifierToSubscriptionRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.transform -
-
Uses of AddSourceIdentifierToSubscriptionRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type AddSourceIdentifierToSubscriptionRequest Modifier and Type Method Description default CompletableFuture<AddSourceIdentifierToSubscriptionResponse>RdsAsyncClient. addSourceIdentifierToSubscription(AddSourceIdentifierToSubscriptionRequest 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. -
Uses of AddSourceIdentifierToSubscriptionRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type AddSourceIdentifierToSubscriptionRequest Modifier and Type Method Description SdkHttpFullRequestAddSourceIdentifierToSubscriptionRequestMarshaller. marshall(AddSourceIdentifierToSubscriptionRequest addSourceIdentifierToSubscriptionRequest)
-