Uses of Class
com.oracle.bmc.usageapi.responses.ListCustomTablesResponse
-
Packages that use ListCustomTablesResponse Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.responses -
-
Uses of ListCustomTablesResponse in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi that return ListCustomTablesResponse Modifier and Type Method Description ListCustomTablesResponseUsageapi. listCustomTables(ListCustomTablesRequest request)Returns the saved custom table list.ListCustomTablesResponseUsageapiClient. listCustomTables(ListCustomTablesRequest request)Methods in com.oracle.bmc.usageapi that return types with arguments of type ListCustomTablesResponse 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)Iterable<ListCustomTablesResponse>UsageapiPaginators. listCustomTablesResponseIterator(ListCustomTablesRequest request)Creates a new iterable which will iterate over the responses received from the listCustomTables operation.Method parameters in com.oracle.bmc.usageapi with type arguments of type ListCustomTablesResponse 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 ListCustomTablesResponse in com.oracle.bmc.usageapi.responses
Methods in com.oracle.bmc.usageapi.responses that return ListCustomTablesResponse Modifier and Type Method Description ListCustomTablesResponseListCustomTablesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.usageapi.responses with parameters of type ListCustomTablesResponse Modifier and Type Method Description ListCustomTablesResponse.BuilderListCustomTablesResponse.Builder. copy(ListCustomTablesResponse o)Copy method to populate the builder with values from the given instance.
-