Uses of Class
com.oracle.bmc.database.model.ConsoleHistorySummary
- 
Packages that use ConsoleHistorySummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model 
- 
- 
Uses of ConsoleHistorySummary in com.oracle.bmc.databaseMethods in com.oracle.bmc.database that return types with arguments of type ConsoleHistorySummary Modifier and Type Method Description Iterable<ConsoleHistorySummary>DatabasePaginators. listConsoleHistoriesRecordIterator(ListConsoleHistoriesRequest request)Creates a new iterable which will iterate over theConsoleHistorySummaryobjects contained in responses from the listConsoleHistories operation.
- 
Uses of ConsoleHistorySummary in com.oracle.bmc.database.modelMethods in com.oracle.bmc.database.model that return ConsoleHistorySummary Modifier and Type Method Description ConsoleHistorySummaryConsoleHistorySummary.Builder. build()Methods in com.oracle.bmc.database.model that return types with arguments of type ConsoleHistorySummary Modifier and Type Method Description List<ConsoleHistorySummary>ConsoleHistoryCollection. getItems()List of Db Node console histories.Methods in com.oracle.bmc.database.model with parameters of type ConsoleHistorySummary Modifier and Type Method Description ConsoleHistorySummary.BuilderConsoleHistorySummary.Builder. copy(ConsoleHistorySummary model)Method parameters in com.oracle.bmc.database.model with type arguments of type ConsoleHistorySummary Modifier and Type Method Description ConsoleHistoryCollection.BuilderConsoleHistoryCollection.Builder. items(List<ConsoleHistorySummary> items)List of Db Node console histories.Constructor parameters in com.oracle.bmc.database.model with type arguments of type ConsoleHistorySummary Constructor Description ConsoleHistoryCollection(List<ConsoleHistorySummary> items)Deprecated.
 
-