Uses of Class
com.oracle.bmc.budget.model.UpdateAlertRuleDetails
-
Packages that use UpdateAlertRuleDetails Package Description com.oracle.bmc.budget.model com.oracle.bmc.budget.requests -
-
Uses of UpdateAlertRuleDetails in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return UpdateAlertRuleDetails Modifier and Type Method Description UpdateAlertRuleDetails
UpdateAlertRuleDetails.Builder. build()
Methods in com.oracle.bmc.budget.model with parameters of type UpdateAlertRuleDetails Modifier and Type Method Description UpdateAlertRuleDetails.Builder
UpdateAlertRuleDetails.Builder. copy(UpdateAlertRuleDetails model)
-
Uses of UpdateAlertRuleDetails in com.oracle.bmc.budget.requests
Methods in com.oracle.bmc.budget.requests that return UpdateAlertRuleDetails Modifier and Type Method Description UpdateAlertRuleDetails
UpdateAlertRuleRequest. getBody$()
Alternative accessor for the body parameter.UpdateAlertRuleDetails
UpdateAlertRuleRequest. getUpdateAlertRuleDetails()
The information to be updated.Methods in com.oracle.bmc.budget.requests with parameters of type UpdateAlertRuleDetails Modifier and Type Method Description UpdateAlertRuleRequest.Builder
UpdateAlertRuleRequest.Builder. body$(UpdateAlertRuleDetails body)
Alternative setter for the body parameter.UpdateAlertRuleRequest.Builder
UpdateAlertRuleRequest.Builder. updateAlertRuleDetails(UpdateAlertRuleDetails updateAlertRuleDetails)
The information to be updated.
-