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