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.database
Methods 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 theConsoleHistorySummary
objects contained in responses from the listConsoleHistories operation. -
Uses of ConsoleHistorySummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ConsoleHistorySummary Modifier and Type Method Description ConsoleHistorySummary
ConsoleHistorySummary.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.Builder
ConsoleHistorySummary.Builder. copy(ConsoleHistorySummary model)
Method parameters in com.oracle.bmc.database.model with type arguments of type ConsoleHistorySummary Modifier and Type Method Description ConsoleHistoryCollection.Builder
ConsoleHistoryCollection.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.
-