Uses of Class
software.amazon.awssdk.services.notifications.model.DisassociateChannelResponse
-
Packages that use DisassociateChannelResponse Package Description software.amazon.awssdk.services.notifications The Amazon Web Services User Notifications API Reference provides descriptions, API request parameters, and the JSON response for each of the User Notification API actions. -
-
Uses of DisassociateChannelResponse in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return DisassociateChannelResponse Modifier and Type Method Description default DisassociateChannelResponseNotificationsClient. disassociateChannel(Consumer<DisassociateChannelRequest.Builder> disassociateChannelRequest)Disassociates a Channel from a specifiedNotificationConfiguration.default DisassociateChannelResponseNotificationsClient. disassociateChannel(DisassociateChannelRequest disassociateChannelRequest)Disassociates a Channel from a specifiedNotificationConfiguration.Methods in software.amazon.awssdk.services.notifications that return types with arguments of type DisassociateChannelResponse Modifier and Type Method Description default CompletableFuture<DisassociateChannelResponse>NotificationsAsyncClient. disassociateChannel(Consumer<DisassociateChannelRequest.Builder> disassociateChannelRequest)Disassociates a Channel from a specifiedNotificationConfiguration.default CompletableFuture<DisassociateChannelResponse>NotificationsAsyncClient. disassociateChannel(DisassociateChannelRequest disassociateChannelRequest)Disassociates a Channel from a specifiedNotificationConfiguration.
-