Uses of Class
com.oracle.bmc.budget.requests.UpdateCostAnomalyMonitorRequest
-
Packages that use UpdateCostAnomalyMonitorRequest Package Description com.oracle.bmc.budget com.oracle.bmc.budget.requests -
-
Uses of UpdateCostAnomalyMonitorRequest in com.oracle.bmc.budget
Methods in com.oracle.bmc.budget with parameters of type UpdateCostAnomalyMonitorRequest Modifier and Type Method Description UpdateCostAnomalyMonitorResponseCostAd. updateCostAnomalyMonitor(UpdateCostAnomalyMonitorRequest request)Update a CostAnomalyMonitor identified by the OCID.Future<UpdateCostAnomalyMonitorResponse>CostAdAsync. updateCostAnomalyMonitor(UpdateCostAnomalyMonitorRequest request, AsyncHandler<UpdateCostAnomalyMonitorRequest,UpdateCostAnomalyMonitorResponse> handler)Update a CostAnomalyMonitor identified by the OCID.Future<UpdateCostAnomalyMonitorResponse>CostAdAsyncClient. updateCostAnomalyMonitor(UpdateCostAnomalyMonitorRequest request, AsyncHandler<UpdateCostAnomalyMonitorRequest,UpdateCostAnomalyMonitorResponse> handler)UpdateCostAnomalyMonitorResponseCostAdClient. updateCostAnomalyMonitor(UpdateCostAnomalyMonitorRequest request)Method parameters in com.oracle.bmc.budget with type arguments of type UpdateCostAnomalyMonitorRequest Modifier and Type Method Description Future<UpdateCostAnomalyMonitorResponse>CostAdAsync. updateCostAnomalyMonitor(UpdateCostAnomalyMonitorRequest request, AsyncHandler<UpdateCostAnomalyMonitorRequest,UpdateCostAnomalyMonitorResponse> handler)Update a CostAnomalyMonitor identified by the OCID.Future<UpdateCostAnomalyMonitorResponse>CostAdAsyncClient. updateCostAnomalyMonitor(UpdateCostAnomalyMonitorRequest request, AsyncHandler<UpdateCostAnomalyMonitorRequest,UpdateCostAnomalyMonitorResponse> handler) -
Uses of UpdateCostAnomalyMonitorRequest in com.oracle.bmc.budget.requests
Methods in com.oracle.bmc.budget.requests that return UpdateCostAnomalyMonitorRequest Modifier and Type Method Description UpdateCostAnomalyMonitorRequestUpdateCostAnomalyMonitorRequest.Builder. build()Build the instance of UpdateCostAnomalyMonitorRequest as configured by this builderUpdateCostAnomalyMonitorRequestUpdateCostAnomalyMonitorRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateCostAnomalyMonitorRequest as configured by this builderMethods in com.oracle.bmc.budget.requests with parameters of type UpdateCostAnomalyMonitorRequest Modifier and Type Method Description UpdateCostAnomalyMonitorRequest.BuilderUpdateCostAnomalyMonitorRequest.Builder. copy(UpdateCostAnomalyMonitorRequest o)Copy method to populate the builder with values from the given instance.
-