Uses of Class
software.amazon.awssdk.services.notifications.model.RegisterNotificationHubResponse
-
Packages that use RegisterNotificationHubResponse 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 RegisterNotificationHubResponse in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return RegisterNotificationHubResponse Modifier and Type Method Description default RegisterNotificationHubResponseNotificationsClient. registerNotificationHub(Consumer<RegisterNotificationHubRequest.Builder> registerNotificationHubRequest)Registers a NotificationHub in the specified Region.default RegisterNotificationHubResponseNotificationsClient. registerNotificationHub(RegisterNotificationHubRequest registerNotificationHubRequest)Registers a NotificationHub in the specified Region.Methods in software.amazon.awssdk.services.notifications that return types with arguments of type RegisterNotificationHubResponse Modifier and Type Method Description default CompletableFuture<RegisterNotificationHubResponse>NotificationsAsyncClient. registerNotificationHub(Consumer<RegisterNotificationHubRequest.Builder> registerNotificationHubRequest)Registers a NotificationHub in the specified Region.default CompletableFuture<RegisterNotificationHubResponse>NotificationsAsyncClient. registerNotificationHub(RegisterNotificationHubRequest registerNotificationHubRequest)Registers a NotificationHub in the specified Region.
-