Uses of Class
software.amazon.awssdk.services.notifications.model.DeregisterNotificationHubResponse
-
Packages that use DeregisterNotificationHubResponse Package Description software.amazon.awssdk.services.notifications The AWS User Notifications API Reference provides descriptions, API request parameters, and the JSON response for each of the User Notification API actions. -
-
Uses of DeregisterNotificationHubResponse in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return DeregisterNotificationHubResponse Modifier and Type Method Description default DeregisterNotificationHubResponseNotificationsClient. deregisterNotificationHub(Consumer<DeregisterNotificationHubRequest.Builder> deregisterNotificationHubRequest)Deregisters a NotificationHub in the specified Region.default DeregisterNotificationHubResponseNotificationsClient. deregisterNotificationHub(DeregisterNotificationHubRequest deregisterNotificationHubRequest)Deregisters a NotificationHub in the specified Region.Methods in software.amazon.awssdk.services.notifications that return types with arguments of type DeregisterNotificationHubResponse Modifier and Type Method Description default CompletableFuture<DeregisterNotificationHubResponse>NotificationsAsyncClient. deregisterNotificationHub(Consumer<DeregisterNotificationHubRequest.Builder> deregisterNotificationHubRequest)Deregisters a NotificationHub in the specified Region.default CompletableFuture<DeregisterNotificationHubResponse>NotificationsAsyncClient. deregisterNotificationHub(DeregisterNotificationHubRequest deregisterNotificationHubRequest)Deregisters a NotificationHub in the specified Region.
-