Uses of Class
com.oracle.bmc.nosql.responses.ListTablesResponse
-
Packages that use ListTablesResponse Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.responses -
-
Uses of ListTablesResponse in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql that return ListTablesResponse Modifier and Type Method Description ListTablesResponse
Nosql. listTables(ListTablesRequest request)
Get a list of tables in a compartment.ListTablesResponse
NosqlClient. listTables(ListTablesRequest request)
Methods in com.oracle.bmc.nosql that return types with arguments of type ListTablesResponse Modifier and Type Method Description Future<ListTablesResponse>
NosqlAsync. listTables(ListTablesRequest request, AsyncHandler<ListTablesRequest,ListTablesResponse> handler)
Get a list of tables in a compartment.Future<ListTablesResponse>
NosqlAsyncClient. listTables(ListTablesRequest request, AsyncHandler<ListTablesRequest,ListTablesResponse> handler)
Iterable<ListTablesResponse>
NosqlPaginators. listTablesResponseIterator(ListTablesRequest request)
Creates a new iterable which will iterate over the responses received from the listTables operation.Method parameters in com.oracle.bmc.nosql with type arguments of type ListTablesResponse Modifier and Type Method Description Future<ListTablesResponse>
NosqlAsync. listTables(ListTablesRequest request, AsyncHandler<ListTablesRequest,ListTablesResponse> handler)
Get a list of tables in a compartment.Future<ListTablesResponse>
NosqlAsyncClient. listTables(ListTablesRequest request, AsyncHandler<ListTablesRequest,ListTablesResponse> handler)
-
Uses of ListTablesResponse in com.oracle.bmc.nosql.responses
Methods in com.oracle.bmc.nosql.responses that return ListTablesResponse Modifier and Type Method Description ListTablesResponse
ListTablesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.nosql.responses with parameters of type ListTablesResponse Modifier and Type Method Description ListTablesResponse.Builder
ListTablesResponse.Builder. copy(ListTablesResponse o)
Copy method to populate the builder with values from the given instance.
-