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