Uses of Class
software.amazon.awssdk.services.rds.model.CreateEventSubscriptionResponse
Packages that use CreateEventSubscriptionResponse
-
Uses of CreateEventSubscriptionResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return CreateEventSubscriptionResponseModifier and TypeMethodDescriptiondefault CreateEventSubscriptionResponseRdsClient.createEventSubscription(Consumer<CreateEventSubscriptionRequest.Builder> createEventSubscriptionRequest) Creates an RDS event notification subscription.default CreateEventSubscriptionResponseRdsClient.createEventSubscription(CreateEventSubscriptionRequest createEventSubscriptionRequest) Creates an RDS event notification subscription.Methods in software.amazon.awssdk.services.rds that return types with arguments of type CreateEventSubscriptionResponseModifier and TypeMethodDescriptionRdsAsyncClient.createEventSubscription(Consumer<CreateEventSubscriptionRequest.Builder> createEventSubscriptionRequest) Creates an RDS event notification subscription.RdsAsyncClient.createEventSubscription(CreateEventSubscriptionRequest createEventSubscriptionRequest) Creates an RDS event notification subscription.