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 ModelSettingCustomerNotificationType
ModelSettingCustomerNotificationType. create(String key)
ModelSettingCustomerNotificationType
BackupSetting. getCustomerNotificationType()
Customer notification on backup success/failure events.ModelSettingCustomerNotificationType
RetentionSetting. getCustomerNotificationType()
Customer notification options on success/failure of archival, deletion events.static ModelSettingCustomerNotificationType
ModelSettingCustomerNotificationType. 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.Builder
BackupSetting.Builder. customerNotificationType(ModelSettingCustomerNotificationType customerNotificationType)
Customer notification on backup success/failure events.RetentionSetting.Builder
RetentionSetting.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.
-