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.budget
Methods in com.oracle.bmc.budget with parameters of type UpdateBudgetRequest Modifier and Type Method Description UpdateBudgetResponse
Budget. 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)
UpdateBudgetResponse
BudgetClient. 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.requests
Methods in com.oracle.bmc.budget.requests that return UpdateBudgetRequest Modifier and Type Method Description UpdateBudgetRequest
UpdateBudgetRequest.Builder. build()
Build the instance of UpdateBudgetRequest as configured by this builderUpdateBudgetRequest
UpdateBudgetRequest.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.Builder
UpdateBudgetRequest.Builder. copy(UpdateBudgetRequest o)
Copy method to populate the builder with values from the given instance.
-