Uses of Class
software.amazon.awssdk.services.notifications.model.DeregisterNotificationHubRequest
-
Packages that use DeregisterNotificationHubRequest 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.software.amazon.awssdk.services.notifications.transform -
-
Uses of DeregisterNotificationHubRequest in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications with parameters of type DeregisterNotificationHubRequest Modifier and Type Method Description default CompletableFuture<DeregisterNotificationHubResponse>NotificationsAsyncClient. deregisterNotificationHub(DeregisterNotificationHubRequest deregisterNotificationHubRequest)Deregisters aNotificationConfigurationin the specified Region.default DeregisterNotificationHubResponseNotificationsClient. deregisterNotificationHub(DeregisterNotificationHubRequest deregisterNotificationHubRequest)Deregisters aNotificationConfigurationin the specified Region. -
Uses of DeregisterNotificationHubRequest in software.amazon.awssdk.services.notifications.transform
Methods in software.amazon.awssdk.services.notifications.transform with parameters of type DeregisterNotificationHubRequest Modifier and Type Method Description SdkHttpFullRequestDeregisterNotificationHubRequestMarshaller. marshall(DeregisterNotificationHubRequest deregisterNotificationHubRequest)
-