Uses of Class
com.oracle.bmc.budget.requests.UpdateAlertRuleRequest
-
Packages that use UpdateAlertRuleRequest Package Description com.oracle.bmc.budget com.oracle.bmc.budget.requests -
-
Uses of UpdateAlertRuleRequest in com.oracle.bmc.budget
Methods in com.oracle.bmc.budget with parameters of type UpdateAlertRuleRequest Modifier and Type Method Description UpdateAlertRuleResponse
Budget. updateAlertRule(UpdateAlertRuleRequest request)
Update an Alert Rule for the budget identified by the OCID.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)
UpdateAlertRuleResponse
BudgetClient. updateAlertRule(UpdateAlertRuleRequest request)
Method parameters in com.oracle.bmc.budget with type arguments of type UpdateAlertRuleRequest 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 UpdateAlertRuleRequest in com.oracle.bmc.budget.requests
Methods in com.oracle.bmc.budget.requests that return UpdateAlertRuleRequest Modifier and Type Method Description UpdateAlertRuleRequest
UpdateAlertRuleRequest.Builder. build()
Build the instance of UpdateAlertRuleRequest as configured by this builderUpdateAlertRuleRequest
UpdateAlertRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateAlertRuleRequest as configured by this builderMethods in com.oracle.bmc.budget.requests with parameters of type UpdateAlertRuleRequest Modifier and Type Method Description UpdateAlertRuleRequest.Builder
UpdateAlertRuleRequest.Builder. copy(UpdateAlertRuleRequest o)
Copy method to populate the builder with values from the given instance.
-