Uses of Class
com.oracle.bmc.fleetappsmanagement.model.TaskNotificationPreferences
-
Packages that use TaskNotificationPreferences Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of TaskNotificationPreferences in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return TaskNotificationPreferences Modifier and Type Method Description TaskNotificationPreferences
TaskNotificationPreferences.Builder. build()
TaskNotificationPreferences
ComponentProperties. getNotificationPreferences()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type TaskNotificationPreferences Modifier and Type Method Description TaskNotificationPreferences.Builder
TaskNotificationPreferences.Builder. copy(TaskNotificationPreferences model)
ComponentProperties.Builder
ComponentProperties.Builder. notificationPreferences(TaskNotificationPreferences notificationPreferences)
Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type TaskNotificationPreferences Constructor Description ComponentProperties(String runOn, String condition, ComponentProperties.ActionOnFailure actionOnFailure, PauseDetails pauseDetails, TaskNotificationPreferences notificationPreferences)
Deprecated.
-