Uses of Class
com.oracle.bmc.databasemanagement.model.TableStatisticsCollection
-
Packages that use TableStatisticsCollection Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.responses -
-
Uses of TableStatisticsCollection in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return TableStatisticsCollection Modifier and Type Method Description TableStatisticsCollection
TableStatisticsCollection.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type TableStatisticsCollection Modifier and Type Method Description TableStatisticsCollection.Builder
TableStatisticsCollection.Builder. copy(TableStatisticsCollection model)
-
Uses of TableStatisticsCollection in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return TableStatisticsCollection Modifier and Type Method Description TableStatisticsCollection
ListTableStatisticsResponse. getTableStatisticsCollection()
The returned TableStatisticsCollection instance.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type TableStatisticsCollection Modifier and Type Method Description ListTableStatisticsResponse.Builder
ListTableStatisticsResponse.Builder. tableStatisticsCollection(TableStatisticsCollection tableStatisticsCollection)
The returned TableStatisticsCollection instance.
-