Uses of Class
com.oracle.bmc.monitoring.model.Alarm.MessageFormat
-
Packages that use Alarm.MessageFormat Package Description com.oracle.bmc.monitoring.model -
-
Uses of Alarm.MessageFormat in com.oracle.bmc.monitoring.model
Methods in com.oracle.bmc.monitoring.model that return Alarm.MessageFormat Modifier and Type Method Description static Alarm.MessageFormat
Alarm.MessageFormat. create(String key)
Alarm.MessageFormat
Alarm. getMessageFormat()
The format to use for alarm notifications.static Alarm.MessageFormat
Alarm.MessageFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static Alarm.MessageFormat[]
Alarm.MessageFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.monitoring.model with parameters of type Alarm.MessageFormat Modifier and Type Method Description Alarm.Builder
Alarm.Builder. messageFormat(Alarm.MessageFormat messageFormat)
The format to use for alarm notifications.Constructors in com.oracle.bmc.monitoring.model with parameters of type Alarm.MessageFormat Constructor Description Alarm(String id, String displayName, String compartmentId, String metricCompartmentId, Boolean metricCompartmentIdInSubtree, String namespace, String resourceGroup, String query, String resolution, String pendingDuration, Alarm.Severity severity, String body, Boolean isNotificationsPerMetricDimensionEnabled, Alarm.MessageFormat messageFormat, List<String> destinations, String repeatNotificationDuration, Suppression suppression, Boolean isEnabled, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<AlarmOverride> overrides, String ruleName, String notificationVersion, String notificationTitle, String evaluationSlackDuration, String alarmSummary, Alarm.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)
Deprecated.
-