Uses of Class
com.oracle.bmc.budget.responses.UpdateAlertRuleResponse
-
Packages that use UpdateAlertRuleResponse Package Description com.oracle.bmc.budget com.oracle.bmc.budget.responses -
-
Uses of UpdateAlertRuleResponse in com.oracle.bmc.budget
Methods in com.oracle.bmc.budget that return UpdateAlertRuleResponse Modifier and Type Method Description UpdateAlertRuleResponse
Budget. updateAlertRule(UpdateAlertRuleRequest request)
Update an Alert Rule for the budget identified by the OCID.UpdateAlertRuleResponse
BudgetClient. updateAlertRule(UpdateAlertRuleRequest request)
Methods in com.oracle.bmc.budget that return types with arguments of type UpdateAlertRuleResponse Modifier and Type Method Description Future<UpdateAlertRuleResponse>
BudgetAsync. updateAlertRule(UpdateAlertRuleRequest request, AsyncHandler<UpdateAlertRuleRequest,UpdateAlertRuleResponse> handler)
Update an Alert Rule for the budget identified by the OCID.Future<UpdateAlertRuleResponse>
BudgetAsyncClient. updateAlertRule(UpdateAlertRuleRequest request, AsyncHandler<UpdateAlertRuleRequest,UpdateAlertRuleResponse> handler)
Method parameters in com.oracle.bmc.budget with type arguments of type UpdateAlertRuleResponse Modifier and Type Method Description Future<UpdateAlertRuleResponse>
BudgetAsync. updateAlertRule(UpdateAlertRuleRequest request, AsyncHandler<UpdateAlertRuleRequest,UpdateAlertRuleResponse> handler)
Update an Alert Rule for the budget identified by the OCID.Future<UpdateAlertRuleResponse>
BudgetAsyncClient. updateAlertRule(UpdateAlertRuleRequest request, AsyncHandler<UpdateAlertRuleRequest,UpdateAlertRuleResponse> handler)
-
Uses of UpdateAlertRuleResponse in com.oracle.bmc.budget.responses
Methods in com.oracle.bmc.budget.responses that return UpdateAlertRuleResponse Modifier and Type Method Description UpdateAlertRuleResponse
UpdateAlertRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.budget.responses with parameters of type UpdateAlertRuleResponse Modifier and Type Method Description UpdateAlertRuleResponse.Builder
UpdateAlertRuleResponse.Builder. copy(UpdateAlertRuleResponse o)
Copy method to populate the builder with values from the given instance.
-