Uses of Class
software.amazon.awssdk.services.rds.model.CreateEventSubscriptionResponse
-
Packages that use CreateEventSubscriptionResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of CreateEventSubscriptionResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return CreateEventSubscriptionResponse Modifier and Type Method Description default 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 CreateEventSubscriptionResponse Modifier and Type Method Description default CompletableFuture<CreateEventSubscriptionResponse>RdsAsyncClient. createEventSubscription(Consumer<CreateEventSubscriptionRequest.Builder> createEventSubscriptionRequest)Creates an RDS event notification subscription.default CompletableFuture<CreateEventSubscriptionResponse>RdsAsyncClient. createEventSubscription(CreateEventSubscriptionRequest createEventSubscriptionRequest)Creates an RDS event notification subscription.
-