Uses of Class
com.oracle.bmc.fleetappsmanagement.model.NotificationPreferences
-
Packages that use NotificationPreferences Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of NotificationPreferences in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return NotificationPreferences Modifier and Type Method Description NotificationPreferences
NotificationPreferences.Builder. build()
NotificationPreferences
CreateFleetDetails. getNotificationPreferences()
NotificationPreferences
Fleet. getNotificationPreferences()
NotificationPreferences
UpdateFleetDetails. getNotificationPreferences()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type NotificationPreferences Modifier and Type Method Description NotificationPreferences.Builder
NotificationPreferences.Builder. copy(NotificationPreferences model)
CreateFleetDetails.Builder
CreateFleetDetails.Builder. notificationPreferences(NotificationPreferences notificationPreferences)
Fleet.Builder
Fleet.Builder. notificationPreferences(NotificationPreferences notificationPreferences)
UpdateFleetDetails.Builder
UpdateFleetDetails.Builder. notificationPreferences(NotificationPreferences notificationPreferences)
Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type NotificationPreferences Constructor Description CreateFleetDetails(String displayName, String description, String compartmentId, Fleet.FleetType fleetType, List<String> products, String applicationType, String environmentType, Fleet.GroupType groupType, Fleet.ResourceSelectionType resourceSelectionType, SelectionCriteria ruleSelectionCriteria, NotificationPreferences notificationPreferences, List<AssociatedFleetResourceDetails> resources, List<AssociatedFleetCredentialDetails> credentials, Boolean isTargetAutoConfirm, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Fleet(String id, String compartmentId, String resourceRegion, String displayName, String description, Date timeCreated, Date timeUpdated, Fleet.FleetType fleetType, List<String> products, String applicationType, String environmentType, Fleet.GroupType groupType, Fleet.ResourceSelectionType resourceSelectionType, SelectionCriteria ruleSelectionCriteria, NotificationPreferences notificationPreferences, List<AssociatedFleetResourceDetails> resources, List<AssociatedFleetPropertyDetails> properties, List<AssociatedFleetCredentialDetails> credentials, Boolean isTargetAutoConfirm, Fleet.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateFleetDetails(String displayName, String description, NotificationPreferences notificationPreferences, SelectionCriteria ruleSelectionCriteria, Boolean isTargetAutoConfirm, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-