Uses of Class
com.oracle.bmc.budget.model.CreateAlertRuleDetails
-
Packages that use CreateAlertRuleDetails Package Description com.oracle.bmc.budget.model com.oracle.bmc.budget.requests -
-
Uses of CreateAlertRuleDetails in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return CreateAlertRuleDetails Modifier and Type Method Description CreateAlertRuleDetails
CreateAlertRuleDetails.Builder. build()
Methods in com.oracle.bmc.budget.model with parameters of type CreateAlertRuleDetails Modifier and Type Method Description CreateAlertRuleDetails.Builder
CreateAlertRuleDetails.Builder. copy(CreateAlertRuleDetails model)
-
Uses of CreateAlertRuleDetails in com.oracle.bmc.budget.requests
Methods in com.oracle.bmc.budget.requests that return CreateAlertRuleDetails Modifier and Type Method Description CreateAlertRuleDetails
CreateAlertRuleRequest. getBody$()
Alternative accessor for the body parameter.CreateAlertRuleDetails
CreateAlertRuleRequest. getCreateAlertRuleDetails()
Details for the new Alert Rule.Methods in com.oracle.bmc.budget.requests with parameters of type CreateAlertRuleDetails Modifier and Type Method Description CreateAlertRuleRequest.Builder
CreateAlertRuleRequest.Builder. body$(CreateAlertRuleDetails body)
Alternative setter for the body parameter.CreateAlertRuleRequest.Builder
CreateAlertRuleRequest.Builder. createAlertRuleDetails(CreateAlertRuleDetails createAlertRuleDetails)
Details for the new Alert Rule.
-