Uses of Class
com.oracle.bmc.usageapi.requests.ListCustomTablesRequest
-
Packages that use ListCustomTablesRequest Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.requests -
-
Uses of ListCustomTablesRequest in com.oracle.bmc.usageapi
Method parameters in com.oracle.bmc.usageapi with type arguments of type ListCustomTablesRequest Modifier and Type Method Description Future<ListCustomTablesResponse>
UsageapiAsync. listCustomTables(ListCustomTablesRequest request, AsyncHandler<ListCustomTablesRequest,ListCustomTablesResponse> handler)
Returns the saved custom table list.Future<ListCustomTablesResponse>
UsageapiAsyncClient. listCustomTables(ListCustomTablesRequest request, AsyncHandler<ListCustomTablesRequest,ListCustomTablesResponse> handler)
-
Uses of ListCustomTablesRequest in com.oracle.bmc.usageapi.requests
Methods in com.oracle.bmc.usageapi.requests that return ListCustomTablesRequest Modifier and Type Method Description ListCustomTablesRequest
ListCustomTablesRequest.Builder. build()
Build the instance of ListCustomTablesRequest as configured by this builderListCustomTablesRequest
ListCustomTablesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListCustomTablesRequest as configured by this builderMethods in com.oracle.bmc.usageapi.requests with parameters of type ListCustomTablesRequest Modifier and Type Method Description ListCustomTablesRequest.Builder
ListCustomTablesRequest.Builder. copy(ListCustomTablesRequest o)
Copy method to populate the builder with values from the given instance.
-