Uses of Class
com.oracle.bmc.database.model.DbServerHistorySummary
-
Packages that use DbServerHistorySummary Package Description com.oracle.bmc.database.model -
-
Uses of DbServerHistorySummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbServerHistorySummary Modifier and Type Method Description DbServerHistorySummary
DbServerHistorySummary.Builder. build()
Methods in com.oracle.bmc.database.model that return types with arguments of type DbServerHistorySummary Modifier and Type Method Description List<DbServerHistorySummary>
MaintenanceRunHistory. getDbServersHistoryDetails()
List of database server history details.List<DbServerHistorySummary>
MaintenanceRunHistorySummary. getDbServersHistoryDetails()
List of database server history details.Methods in com.oracle.bmc.database.model with parameters of type DbServerHistorySummary Modifier and Type Method Description DbServerHistorySummary.Builder
DbServerHistorySummary.Builder. copy(DbServerHistorySummary model)
Method parameters in com.oracle.bmc.database.model with type arguments of type DbServerHistorySummary Modifier and Type Method Description MaintenanceRunHistory.Builder
MaintenanceRunHistory.Builder. dbServersHistoryDetails(List<DbServerHistorySummary> dbServersHistoryDetails)
List of database server history details.MaintenanceRunHistorySummary.Builder
MaintenanceRunHistorySummary.Builder. dbServersHistoryDetails(List<DbServerHistorySummary> dbServersHistoryDetails)
List of database server history details.Constructor parameters in com.oracle.bmc.database.model with type arguments of type DbServerHistorySummary Constructor Description MaintenanceRunHistory(String id, MaintenanceRunSummary maintenanceRunDetails, List<DbServerHistorySummary> dbServersHistoryDetails, String currentExecutionWindow, List<GranularMaintenanceHistoryDetails> granularMaintenanceHistory)
Deprecated.MaintenanceRunHistorySummary(String id, MaintenanceRunSummary maintenanceRunDetails, List<DbServerHistorySummary> dbServersHistoryDetails, String currentExecutionWindow, List<GranularMaintenanceHistoryDetails> granularMaintenanceHistory)
Deprecated.
-