Uses of Class
com.oracle.bmc.monitoring.model.AlarmSuppressionHistoryItem.Level
-
Packages that use AlarmSuppressionHistoryItem.Level Package Description com.oracle.bmc.monitoring.model -
-
Uses of AlarmSuppressionHistoryItem.Level in com.oracle.bmc.monitoring.model
Methods in com.oracle.bmc.monitoring.model that return AlarmSuppressionHistoryItem.Level Modifier and Type Method Description static AlarmSuppressionHistoryItem.Level
AlarmSuppressionHistoryItem.Level. create(String key)
AlarmSuppressionHistoryItem.Level
AlarmSuppressionHistoryItem. getLevel()
The level of this alarm suppression.static AlarmSuppressionHistoryItem.Level
AlarmSuppressionHistoryItem.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static AlarmSuppressionHistoryItem.Level[]
AlarmSuppressionHistoryItem.Level. 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 AlarmSuppressionHistoryItem.Level Modifier and Type Method Description AlarmSuppressionHistoryItem.Builder
AlarmSuppressionHistoryItem.Builder. level(AlarmSuppressionHistoryItem.Level level)
The level of this alarm suppression.Constructors in com.oracle.bmc.monitoring.model with parameters of type AlarmSuppressionHistoryItem.Level Constructor Description AlarmSuppressionHistoryItem(String suppressionId, AlarmSuppressionTarget alarmSuppressionTarget, AlarmSuppressionHistoryItem.Level level, String displayName, String description, Map<String,String> dimensions, Date timeEffectiveFrom, Date timeEffectiveUntil, List<SuppressionCondition> suppressionConditions)
Deprecated.
-