Uses of Class
com.oracle.bmc.monitoring.model.UpdateAlarmDetails.MessageFormat
-
Packages that use UpdateAlarmDetails.MessageFormat Package Description com.oracle.bmc.monitoring.model -
-
Uses of UpdateAlarmDetails.MessageFormat in com.oracle.bmc.monitoring.model
Methods in com.oracle.bmc.monitoring.model that return UpdateAlarmDetails.MessageFormat Modifier and Type Method Description static UpdateAlarmDetails.MessageFormat
UpdateAlarmDetails.MessageFormat. create(String key)
UpdateAlarmDetails.MessageFormat
UpdateAlarmDetails. getMessageFormat()
The format to use for alarm notifications.static UpdateAlarmDetails.MessageFormat
UpdateAlarmDetails.MessageFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateAlarmDetails.MessageFormat[]
UpdateAlarmDetails.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 UpdateAlarmDetails.MessageFormat Modifier and Type Method Description UpdateAlarmDetails.Builder
UpdateAlarmDetails.Builder. messageFormat(UpdateAlarmDetails.MessageFormat messageFormat)
The format to use for alarm notifications.Constructors in com.oracle.bmc.monitoring.model with parameters of type UpdateAlarmDetails.MessageFormat Constructor Description UpdateAlarmDetails(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, UpdateAlarmDetails.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)
Deprecated.
-