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