Uses of Class
com.oracle.bmc.budget.requests.UpdateBudgetRequest
- 
Packages that use UpdateBudgetRequest Package Description com.oracle.bmc.budget com.oracle.bmc.budget.requests 
- 
- 
Uses of UpdateBudgetRequest in com.oracle.bmc.budgetMethods in com.oracle.bmc.budget with parameters of type UpdateBudgetRequest Modifier and Type Method Description UpdateBudgetResponseBudget. updateBudget(UpdateBudgetRequest request)Update a budget identified by the OCID.Future<UpdateBudgetResponse>BudgetAsync. updateBudget(UpdateBudgetRequest request, AsyncHandler<UpdateBudgetRequest,UpdateBudgetResponse> handler)Update a budget identified by the OCID.Future<UpdateBudgetResponse>BudgetAsyncClient. updateBudget(UpdateBudgetRequest request, AsyncHandler<UpdateBudgetRequest,UpdateBudgetResponse> handler)UpdateBudgetResponseBudgetClient. updateBudget(UpdateBudgetRequest request)Method parameters in com.oracle.bmc.budget with type arguments of type UpdateBudgetRequest Modifier and Type Method Description Future<UpdateBudgetResponse>BudgetAsync. updateBudget(UpdateBudgetRequest request, AsyncHandler<UpdateBudgetRequest,UpdateBudgetResponse> handler)Update a budget identified by the OCID.Future<UpdateBudgetResponse>BudgetAsyncClient. updateBudget(UpdateBudgetRequest request, AsyncHandler<UpdateBudgetRequest,UpdateBudgetResponse> handler)
- 
Uses of UpdateBudgetRequest in com.oracle.bmc.budget.requestsMethods in com.oracle.bmc.budget.requests that return UpdateBudgetRequest Modifier and Type Method Description UpdateBudgetRequestUpdateBudgetRequest.Builder. build()Build the instance of UpdateBudgetRequest as configured by this builderUpdateBudgetRequestUpdateBudgetRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateBudgetRequest as configured by this builderMethods in com.oracle.bmc.budget.requests with parameters of type UpdateBudgetRequest Modifier and Type Method Description UpdateBudgetRequest.BuilderUpdateBudgetRequest.Builder. copy(UpdateBudgetRequest o)Copy method to populate the builder with values from the given instance.
 
-