Uses of Class
com.oracle.bmc.usageapi.responses.UpdateCustomTableResponse
-
Packages that use UpdateCustomTableResponse Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.responses -
-
Uses of UpdateCustomTableResponse in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi that return UpdateCustomTableResponse Modifier and Type Method Description UpdateCustomTableResponse
Usageapi. updateCustomTable(UpdateCustomTableRequest request)
Update a saved custom table by table id.UpdateCustomTableResponse
UsageapiClient. updateCustomTable(UpdateCustomTableRequest request)
Methods in com.oracle.bmc.usageapi that return types with arguments of type UpdateCustomTableResponse Modifier and Type Method Description Future<UpdateCustomTableResponse>
UsageapiAsync. updateCustomTable(UpdateCustomTableRequest request, AsyncHandler<UpdateCustomTableRequest,UpdateCustomTableResponse> handler)
Update a saved custom table by table id.Future<UpdateCustomTableResponse>
UsageapiAsyncClient. updateCustomTable(UpdateCustomTableRequest request, AsyncHandler<UpdateCustomTableRequest,UpdateCustomTableResponse> handler)
Method parameters in com.oracle.bmc.usageapi with type arguments of type UpdateCustomTableResponse Modifier and Type Method Description Future<UpdateCustomTableResponse>
UsageapiAsync. updateCustomTable(UpdateCustomTableRequest request, AsyncHandler<UpdateCustomTableRequest,UpdateCustomTableResponse> handler)
Update a saved custom table by table id.Future<UpdateCustomTableResponse>
UsageapiAsyncClient. updateCustomTable(UpdateCustomTableRequest request, AsyncHandler<UpdateCustomTableRequest,UpdateCustomTableResponse> handler)
-
Uses of UpdateCustomTableResponse in com.oracle.bmc.usageapi.responses
Methods in com.oracle.bmc.usageapi.responses that return UpdateCustomTableResponse Modifier and Type Method Description UpdateCustomTableResponse
UpdateCustomTableResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.usageapi.responses with parameters of type UpdateCustomTableResponse Modifier and Type Method Description UpdateCustomTableResponse.Builder
UpdateCustomTableResponse.Builder. copy(UpdateCustomTableResponse o)
Copy method to populate the builder with values from the given instance.
-