Uses of Interface
software.amazon.awssdk.services.notifications.model.DeregisterNotificationHubResponse.Builder
-
Packages that use DeregisterNotificationHubResponse.Builder Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of DeregisterNotificationHubResponse.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return DeregisterNotificationHubResponse.Builder Modifier and Type Method Description static DeregisterNotificationHubResponse.BuilderDeregisterNotificationHubResponse. builder()DeregisterNotificationHubResponse.BuilderDeregisterNotificationHubResponse.Builder. notificationHubRegion(String notificationHubRegion)TheNotificationConfigurationRegion.default DeregisterNotificationHubResponse.BuilderDeregisterNotificationHubResponse.Builder. statusSummary(Consumer<NotificationHubStatusSummary.Builder> statusSummary)NotificationConfigurationstatus information.DeregisterNotificationHubResponse.BuilderDeregisterNotificationHubResponse.Builder. statusSummary(NotificationHubStatusSummary statusSummary)NotificationConfigurationstatus information.DeregisterNotificationHubResponse.BuilderDeregisterNotificationHubResponse. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type DeregisterNotificationHubResponse.Builder Modifier and Type Method Description static Class<? extends DeregisterNotificationHubResponse.Builder>DeregisterNotificationHubResponse. serializableBuilderClass()
-