Uses of Class
software.amazon.awssdk.services.rds.model.DeleteEventSubscriptionResponse
-
Packages that use DeleteEventSubscriptionResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of DeleteEventSubscriptionResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DeleteEventSubscriptionResponse Modifier and Type Method Description default DeleteEventSubscriptionResponseRdsClient. deleteEventSubscription(Consumer<DeleteEventSubscriptionRequest.Builder> deleteEventSubscriptionRequest)Deletes an RDS event notification subscription.default DeleteEventSubscriptionResponseRdsClient. deleteEventSubscription(DeleteEventSubscriptionRequest deleteEventSubscriptionRequest)Deletes an RDS event notification subscription.Methods in software.amazon.awssdk.services.rds that return types with arguments of type DeleteEventSubscriptionResponse Modifier and Type Method Description default CompletableFuture<DeleteEventSubscriptionResponse>RdsAsyncClient. deleteEventSubscription(Consumer<DeleteEventSubscriptionRequest.Builder> deleteEventSubscriptionRequest)Deletes an RDS event notification subscription.default CompletableFuture<DeleteEventSubscriptionResponse>RdsAsyncClient. deleteEventSubscription(DeleteEventSubscriptionRequest deleteEventSubscriptionRequest)Deletes an RDS event notification subscription.
-