Uses of Class
com.oracle.bmc.stackmonitoring.model.MessageFormat
-
Packages that use MessageFormat Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of MessageFormat in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return MessageFormat Modifier and Type Method Description static MessageFormat
MessageFormat. create(String key)
MessageFormat
CreateMonitoringTemplateDetails. getMessageFormat()
The format to use for alarm notifications.MessageFormat
MonitoringTemplate. getMessageFormat()
The format to use for alarm notifications.MessageFormat
UpdateMonitoringTemplateDetails. getMessageFormat()
The format to use for alarm notifications.static MessageFormat
MessageFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static MessageFormat[]
MessageFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type MessageFormat Modifier and Type Method Description CreateMonitoringTemplateDetails.Builder
CreateMonitoringTemplateDetails.Builder. messageFormat(MessageFormat messageFormat)
The format to use for alarm notifications.MonitoringTemplate.Builder
MonitoringTemplate.Builder. messageFormat(MessageFormat messageFormat)
The format to use for alarm notifications.UpdateMonitoringTemplateDetails.Builder
UpdateMonitoringTemplateDetails.Builder. messageFormat(MessageFormat messageFormat)
The format to use for alarm notifications.Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type MessageFormat Constructor Description CreateMonitoringTemplateDetails(String displayName, String compartmentId, String description, List<String> destinations, Boolean isAlarmsEnabled, Boolean isSplitNotificationEnabled, List<MemberReference> members, String repeatNotificationDuration, MessageFormat messageFormat, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.MonitoringTemplate(String id, String displayName, String tenantId, String compartmentId, String description, MonitoringTemplateLifeCycleDetails status, MonitoringTemplateLifeCycleStates lifecycleState, List<String> destinations, Boolean isAlarmsEnabled, Boolean isSplitNotificationEnabled, List<MemberReference> members, String repeatNotificationDuration, MessageFormat messageFormat, Float totalAlarmConditions, Float totalAppliedAlarmConditions, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateMonitoringTemplateDetails(String displayName, String description, List<String> destinations, Boolean isAlarmsEnabled, Boolean isSplitNotificationEnabled, List<MemberReference> members, String repeatNotificationDuration, MessageFormat messageFormat, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-