Uses of Class
com.oracle.bmc.budget.model.CostAlertSubscriptionMap.Operator
-
Packages that use CostAlertSubscriptionMap.Operator Package Description com.oracle.bmc.budget.model -
-
Uses of CostAlertSubscriptionMap.Operator in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return CostAlertSubscriptionMap.Operator Modifier and Type Method Description static CostAlertSubscriptionMap.OperatorCostAlertSubscriptionMap.Operator. create(String key)CostAlertSubscriptionMap.OperatorCostAlertSubscriptionMap. getOperator()The filter operator.static CostAlertSubscriptionMap.OperatorCostAlertSubscriptionMap.Operator. valueOf(String name)Returns the enum constant of this type with the specified name.static CostAlertSubscriptionMap.Operator[]CostAlertSubscriptionMap.Operator. 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 CostAlertSubscriptionMap.Operator Modifier and Type Method Description CostAlertSubscriptionMap.BuilderCostAlertSubscriptionMap.Builder. operator(CostAlertSubscriptionMap.Operator operator)The filter operator.Constructors in com.oracle.bmc.budget.model with parameters of type CostAlertSubscriptionMap.Operator Constructor Description CostAlertSubscriptionMap(CostAlertSubscriptionMap.Operator operator, Integer thresholdAbsoluteValue, Integer thresholdRelativePercent, String costAlertSubscriptionId)Deprecated.
-