Uses of Class
com.oracle.bmc.budget.model.ThresholdType
-
Packages that use ThresholdType Package Description com.oracle.bmc.budget.model -
-
Uses of ThresholdType in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return ThresholdType Modifier and Type Method Description static ThresholdTypeThresholdType. create(String key)ThresholdTypeAlertRule. getThresholdType()The type of threshold.ThresholdTypeAlertRuleSummary. getThresholdType()The type of threshold.ThresholdTypeCreateAlertRuleDetails. getThresholdType()The type of threshold.ThresholdTypeUpdateAlertRuleDetails. getThresholdType()The type of threshold.static ThresholdTypeThresholdType. valueOf(String name)Returns the enum constant of this type with the specified name.static ThresholdType[]ThresholdType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.budget.model with parameters of type ThresholdType Modifier and Type Method Description AlertRule.BuilderAlertRule.Builder. thresholdType(ThresholdType thresholdType)The type of threshold.AlertRuleSummary.BuilderAlertRuleSummary.Builder. thresholdType(ThresholdType thresholdType)The type of threshold.CreateAlertRuleDetails.BuilderCreateAlertRuleDetails.Builder. thresholdType(ThresholdType thresholdType)The type of threshold.UpdateAlertRuleDetails.BuilderUpdateAlertRuleDetails.Builder. thresholdType(ThresholdType thresholdType)The type of threshold.Constructors in com.oracle.bmc.budget.model with parameters of type ThresholdType Constructor Description AlertRule(String id, String budgetId, String displayName, AlertType type, BigDecimal threshold, ThresholdType thresholdType, LifecycleState lifecycleState, String message, String description, Integer version, String recipients, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.AlertRuleSummary(String id, String budgetId, String displayName, AlertType type, BigDecimal threshold, ThresholdType thresholdType, LifecycleState lifecycleState, String message, String description, Integer version, String recipients, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.CreateAlertRuleDetails(String displayName, String description, AlertType type, BigDecimal threshold, ThresholdType thresholdType, String recipients, String message, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.UpdateAlertRuleDetails(String displayName, AlertType type, BigDecimal threshold, ThresholdType thresholdType, String recipients, String description, String message, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-