Uses of Class
com.oracle.bmc.datasafe.model.TableSummary
-
Packages that use TableSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.responses -
-
Uses of TableSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type TableSummary Modifier and Type Method Description Iterable<TableSummary>
DataSafePaginators. listTablesRecordIterator(ListTablesRequest request)
Creates a new iterable which will iterate over theTableSummary
objects contained in responses from the listTables operation. -
Uses of TableSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return TableSummary Modifier and Type Method Description TableSummary
TableSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model with parameters of type TableSummary Modifier and Type Method Description TableSummary.Builder
TableSummary.Builder. copy(TableSummary model)
-
Uses of TableSummary in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return types with arguments of type TableSummary Modifier and Type Method Description List<TableSummary>
ListTablesResponse. getItems()
A list of com.oracle.bmc.datasafe.model.TableSummary instances.Method parameters in com.oracle.bmc.datasafe.responses with type arguments of type TableSummary Modifier and Type Method Description ListTablesResponse.Builder
ListTablesResponse.Builder. items(List<TableSummary> items)
A list of com.oracle.bmc.datasafe.model.TableSummary instances.
-