Uses of Class
com.oracle.bmc.usageapi.requests.UpdateCustomTableRequest
-
Packages that use UpdateCustomTableRequest Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.requests -
-
Uses of UpdateCustomTableRequest in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi with parameters of type UpdateCustomTableRequest Modifier and Type Method Description UpdateCustomTableResponse
Usageapi. updateCustomTable(UpdateCustomTableRequest request)
Update a saved custom table by table id.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)
UpdateCustomTableResponse
UsageapiClient. updateCustomTable(UpdateCustomTableRequest request)
Method parameters in com.oracle.bmc.usageapi with type arguments of type UpdateCustomTableRequest 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 UpdateCustomTableRequest in com.oracle.bmc.usageapi.requests
Methods in com.oracle.bmc.usageapi.requests that return UpdateCustomTableRequest Modifier and Type Method Description UpdateCustomTableRequest
UpdateCustomTableRequest.Builder. build()
Build the instance of UpdateCustomTableRequest as configured by this builderUpdateCustomTableRequest
UpdateCustomTableRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateCustomTableRequest as configured by this builderMethods in com.oracle.bmc.usageapi.requests with parameters of type UpdateCustomTableRequest Modifier and Type Method Description UpdateCustomTableRequest.Builder
UpdateCustomTableRequest.Builder. copy(UpdateCustomTableRequest o)
Copy method to populate the builder with values from the given instance.
-