Uses of Class
com.oracle.bmc.datasafe.requests.ListTablesRequest
-
Packages that use ListTablesRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ListTablesRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type ListTablesRequest Modifier and Type Method Description ListTablesResponseDataSafe. listTables(ListTablesRequest request)Returns a list of table metadata objects.Future<ListTablesResponse>DataSafeAsync. listTables(ListTablesRequest request, AsyncHandler<ListTablesRequest,ListTablesResponse> handler)Returns a list of table metadata objects.Future<ListTablesResponse>DataSafeAsyncClient. listTables(ListTablesRequest request, AsyncHandler<ListTablesRequest,ListTablesResponse> handler)ListTablesResponseDataSafeClient. listTables(ListTablesRequest request)Iterable<TableSummary>DataSafePaginators. listTablesRecordIterator(ListTablesRequest request)Creates a new iterable which will iterate over theTableSummaryobjects contained in responses from the listTables operation.Iterable<ListTablesResponse>DataSafePaginators. listTablesResponseIterator(ListTablesRequest request)Creates a new iterable which will iterate over the responses received from the listTables operation.Method parameters in com.oracle.bmc.datasafe with type arguments of type ListTablesRequest Modifier and Type Method Description Future<ListTablesResponse>DataSafeAsync. listTables(ListTablesRequest request, AsyncHandler<ListTablesRequest,ListTablesResponse> handler)Returns a list of table metadata objects.Future<ListTablesResponse>DataSafeAsyncClient. listTables(ListTablesRequest request, AsyncHandler<ListTablesRequest,ListTablesResponse> handler) -
Uses of ListTablesRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.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.datasafe.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.
-