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 notificationsDbaasServiceThanos.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) DbaasServiceThanos.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) DbaasServiceThanos.notifications(List<DbaasServiceNotification> notifications) DbaasServiceValkey.notifications(List<DbaasServiceNotification> notifications) voidDbaasServiceCommon.setNotifications(List<DbaasServiceNotification> notifications) voidDbaasServiceGrafana.setNotifications(List<DbaasServiceNotification> notifications) voidDbaasServiceKafka.setNotifications(List<DbaasServiceNotification> notifications) voidDbaasServiceMysql.setNotifications(List<DbaasServiceNotification> notifications) voidDbaasServiceOpensearch.setNotifications(List<DbaasServiceNotification> notifications) voidDbaasServicePg.setNotifications(List<DbaasServiceNotification> notifications) voidDbaasServiceThanos.setNotifications(List<DbaasServiceNotification> notifications) voidDbaasServiceValkey.setNotifications(List<DbaasServiceNotification> notifications)