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 ListTablesResponseNosql. 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)ListTablesResponseNosqlClient. listTables(ListTablesRequest request)Iterable<TableSummary>NosqlPaginators. listTablesRecordIterator(ListTablesRequest request)Creates a new iterable which will iterate over theTableSummaryobjects 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 ListTablesRequestListTablesRequest.Builder. build()Build the instance of ListTablesRequest as configured by this builderListTablesRequestListTablesRequest.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.BuilderListTablesRequest.Builder. copy(ListTablesRequest o)Copy method to populate the builder with values from the given instance.
-