Uses of Interface
software.amazon.awssdk.services.notifications.model.DeregisterNotificationHubRequest.Builder
-
Packages that use DeregisterNotificationHubRequest.Builder 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.software.amazon.awssdk.services.notifications.model -
-
Uses of DeregisterNotificationHubRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type DeregisterNotificationHubRequest.Builder Modifier and Type Method Description default CompletableFuture<DeregisterNotificationHubResponse>NotificationsAsyncClient. deregisterNotificationHub(Consumer<DeregisterNotificationHubRequest.Builder> deregisterNotificationHubRequest)Deregisters a NotificationHub in the specified Region.default DeregisterNotificationHubResponseNotificationsClient. deregisterNotificationHub(Consumer<DeregisterNotificationHubRequest.Builder> deregisterNotificationHubRequest)Deregisters a NotificationHub in the specified Region. -
Uses of DeregisterNotificationHubRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return DeregisterNotificationHubRequest.Builder Modifier and Type Method Description static DeregisterNotificationHubRequest.BuilderDeregisterNotificationHubRequest. builder()DeregisterNotificationHubRequest.BuilderDeregisterNotificationHubRequest.Builder. notificationHubRegion(String notificationHubRegion)The NotificationHub Region.DeregisterNotificationHubRequest.BuilderDeregisterNotificationHubRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeregisterNotificationHubRequest.BuilderDeregisterNotificationHubRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeregisterNotificationHubRequest.BuilderDeregisterNotificationHubRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type DeregisterNotificationHubRequest.Builder Modifier and Type Method Description static Class<? extends DeregisterNotificationHubRequest.Builder>DeregisterNotificationHubRequest. serializableBuilderClass()
-