Uses of Class
com.exoscale.sdk.model.DbaasServiceNotification
Packages that use DbaasServiceNotification
-
Uses of DbaasServiceNotification in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return DbaasServiceNotificationModifier and TypeMethodDescriptionDbaasServiceNotification.level
(DbaasServiceNotification.LevelEnum level) DbaasServiceNotification.type
(DbaasServiceNotification.TypeEnum type) Methods in com.exoscale.sdk.model that return types with arguments of type DbaasServiceNotificationModifier and TypeMethodDescriptionDbaasServiceCommon.getNotifications()
Service notificationsDbaasServiceGrafana.getNotifications()
Service notificationsDbaasServiceKafka.getNotifications()
Service notificationsDbaasServiceMysql.getNotifications()
Service notificationsDbaasServiceOpensearch.getNotifications()
Service notificationsDbaasServicePg.getNotifications()
Service notificationsDbaasServiceRedis.getNotifications()
Service notificationsDbaasServiceValkey.getNotifications()
Service notificationsMethods in com.exoscale.sdk.model with parameters of type DbaasServiceNotificationModifier and TypeMethodDescriptionDbaasServiceCommon.addNotificationsItem
(DbaasServiceNotification notificationsItem) DbaasServiceGrafana.addNotificationsItem
(DbaasServiceNotification notificationsItem) DbaasServiceKafka.addNotificationsItem
(DbaasServiceNotification notificationsItem) DbaasServiceMysql.addNotificationsItem
(DbaasServiceNotification notificationsItem) DbaasServiceOpensearch.addNotificationsItem
(DbaasServiceNotification notificationsItem) DbaasServicePg.addNotificationsItem
(DbaasServiceNotification notificationsItem) DbaasServiceRedis.addNotificationsItem
(DbaasServiceNotification notificationsItem) DbaasServiceValkey.addNotificationsItem
(DbaasServiceNotification notificationsItem) Method parameters in com.exoscale.sdk.model with type arguments of type DbaasServiceNotificationModifier and TypeMethodDescriptionDbaasServiceCommon.notifications
(List<DbaasServiceNotification> notifications) DbaasServiceGrafana.notifications
(List<DbaasServiceNotification> notifications) DbaasServiceKafka.notifications
(List<DbaasServiceNotification> notifications) DbaasServiceMysql.notifications
(List<DbaasServiceNotification> notifications) DbaasServiceOpensearch.notifications
(List<DbaasServiceNotification> notifications) DbaasServicePg.notifications
(List<DbaasServiceNotification> notifications) DbaasServiceRedis.notifications
(List<DbaasServiceNotification> notifications) DbaasServiceValkey.notifications
(List<DbaasServiceNotification> notifications) void
DbaasServiceCommon.setNotifications
(List<DbaasServiceNotification> notifications) void
DbaasServiceGrafana.setNotifications
(List<DbaasServiceNotification> notifications) void
DbaasServiceKafka.setNotifications
(List<DbaasServiceNotification> notifications) void
DbaasServiceMysql.setNotifications
(List<DbaasServiceNotification> notifications) void
DbaasServiceOpensearch.setNotifications
(List<DbaasServiceNotification> notifications) void
DbaasServicePg.setNotifications
(List<DbaasServiceNotification> notifications) void
DbaasServiceRedis.setNotifications
(List<DbaasServiceNotification> notifications) void
DbaasServiceValkey.setNotifications
(List<DbaasServiceNotification> notifications)