Uses of Class
com.oracle.bmc.budget.model.AlertType
-
Packages that use AlertType Package Description com.oracle.bmc.budget.model -
-
Uses of AlertType in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return AlertType Modifier and Type Method Description static AlertTypeAlertType. create(String key)AlertTypeAlertRule. getType()The type of the alert.AlertTypeAlertRuleSummary. getType()ACTUAL means the alert triggers based on actual usage.AlertTypeCreateAlertRuleDetails. getType()The type of the alert.AlertTypeUpdateAlertRuleDetails. getType()The type of the alert.static AlertTypeAlertType. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertType[]AlertType. 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 AlertType Modifier and Type Method Description AlertRule.BuilderAlertRule.Builder. type(AlertType type)The type of the alert.AlertRuleSummary.BuilderAlertRuleSummary.Builder. type(AlertType type)ACTUAL means the alert triggers based on actual usage.CreateAlertRuleDetails.BuilderCreateAlertRuleDetails.Builder. type(AlertType type)The type of the alert.UpdateAlertRuleDetails.BuilderUpdateAlertRuleDetails.Builder. type(AlertType type)The type of the alert.Constructors in com.oracle.bmc.budget.model with parameters of type AlertType 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.
-