Uses of Class
com.oracle.bmc.nosql.requests.ListTablesRequest
-
Packages that use ListTablesRequest Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.requests -
-
Uses of ListTablesRequest in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql with parameters of type ListTablesRequest Modifier and Type Method Description ListTablesResponse
Nosql. listTables(ListTablesRequest request)
Get a list of tables in a compartment.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)
ListTablesResponse
NosqlClient. listTables(ListTablesRequest request)
Iterable<TableSummary>
NosqlPaginators. listTablesRecordIterator(ListTablesRequest request)
Creates a new iterable which will iterate over theTableSummary
objects contained in responses from the listTables operation.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 ListTablesRequest 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 ListTablesRequest in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return ListTablesRequest Modifier and Type Method Description ListTablesRequest
ListTablesRequest.Builder. build()
Build the instance of ListTablesRequest as configured by this builderListTablesRequest
ListTablesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListTablesRequest as configured by this builderMethods in com.oracle.bmc.nosql.requests with parameters of type ListTablesRequest Modifier and Type Method Description ListTablesRequest.Builder
ListTablesRequest.Builder. copy(ListTablesRequest o)
Copy method to populate the builder with values from the given instance.
-