Uses of Class
com.oracle.bmc.datascience.model.ModelSettingCustomerNotificationType
-
Packages that use ModelSettingCustomerNotificationType Package Description com.oracle.bmc.datascience.model -
-
Uses of ModelSettingCustomerNotificationType in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ModelSettingCustomerNotificationType Modifier and Type Method Description static ModelSettingCustomerNotificationTypeModelSettingCustomerNotificationType. create(String key)ModelSettingCustomerNotificationTypeBackupSetting. getCustomerNotificationType()Customer notification on backup success/failure events.ModelSettingCustomerNotificationTypeRetentionSetting. getCustomerNotificationType()Customer notification options on success/failure of archival, deletion events.static ModelSettingCustomerNotificationTypeModelSettingCustomerNotificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelSettingCustomerNotificationType[]ModelSettingCustomerNotificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datascience.model with parameters of type ModelSettingCustomerNotificationType Modifier and Type Method Description BackupSetting.BuilderBackupSetting.Builder. customerNotificationType(ModelSettingCustomerNotificationType customerNotificationType)Customer notification on backup success/failure events.RetentionSetting.BuilderRetentionSetting.Builder. customerNotificationType(ModelSettingCustomerNotificationType customerNotificationType)Customer notification options on success/failure of archival, deletion events.Constructors in com.oracle.bmc.datascience.model with parameters of type ModelSettingCustomerNotificationType Constructor Description BackupSetting(Boolean isBackupEnabled, String backupRegion, ModelSettingCustomerNotificationType customerNotificationType)Deprecated.RetentionSetting(Integer archiveAfterDays, Integer deleteAfterDays, ModelSettingCustomerNotificationType customerNotificationType)Deprecated.
-