Uses of Class
com.oracle.bmc.fleetappsmanagement.model.NotificationPreference
-
Packages that use NotificationPreference Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of NotificationPreference in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return NotificationPreference Modifier and Type Method Description NotificationPreference
NotificationPreference.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type NotificationPreference Modifier and Type Method Description List<NotificationPreference>
CreateFleetDetails. getNotificationPreferences()
Notification Preferences associated with the Fleet.List<NotificationPreference>
Fleet. getNotificationPreferences()
Notification Preferences associated with the Fleet.List<NotificationPreference>
UpdateFleetDetails. getNotificationPreferences()
Notification Preferences associated with the Fleet.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type NotificationPreference Modifier and Type Method Description NotificationPreference.Builder
NotificationPreference.Builder. copy(NotificationPreference model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type NotificationPreference Modifier and Type Method Description CreateFleetDetails.Builder
CreateFleetDetails.Builder. notificationPreferences(List<NotificationPreference> notificationPreferences)
Notification Preferences associated with the Fleet.Fleet.Builder
Fleet.Builder. notificationPreferences(List<NotificationPreference> notificationPreferences)
Notification Preferences associated with the Fleet.UpdateFleetDetails.Builder
UpdateFleetDetails.Builder. notificationPreferences(List<NotificationPreference> notificationPreferences)
Notification Preferences associated with the Fleet.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type NotificationPreference Constructor Description UpdateFleetDetails(String displayName, String description, List<NotificationPreference> notificationPreferences, Boolean isTargetAutoConfirm, ResourceSelection resourceSelection, List<String> products, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-