Uses of Class
com.oracle.bmc.budget.model.AlertRule
-
Packages that use AlertRule Package Description com.oracle.bmc.budget.model com.oracle.bmc.budget.responses -
-
Uses of AlertRule in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return AlertRule Modifier and Type Method Description AlertRule
AlertRule.Builder. build()
Methods in com.oracle.bmc.budget.model with parameters of type AlertRule Modifier and Type Method Description AlertRule.Builder
AlertRule.Builder. copy(AlertRule model)
-
Uses of AlertRule in com.oracle.bmc.budget.responses
Methods in com.oracle.bmc.budget.responses that return AlertRule Modifier and Type Method Description AlertRule
CreateAlertRuleResponse. getAlertRule()
The returned AlertRule instance.AlertRule
GetAlertRuleResponse. getAlertRule()
The returned AlertRule instance.AlertRule
UpdateAlertRuleResponse. getAlertRule()
The returned AlertRule instance.Methods in com.oracle.bmc.budget.responses with parameters of type AlertRule Modifier and Type Method Description CreateAlertRuleResponse.Builder
CreateAlertRuleResponse.Builder. alertRule(AlertRule alertRule)
The returned AlertRule instance.GetAlertRuleResponse.Builder
GetAlertRuleResponse.Builder. alertRule(AlertRule alertRule)
The returned AlertRule instance.UpdateAlertRuleResponse.Builder
UpdateAlertRuleResponse.Builder. alertRule(AlertRule alertRule)
The returned AlertRule instance.
-