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