Uses of Class
com.oracle.bmc.database.model.MaintenanceRunSummary
-
Packages that use MaintenanceRunSummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of MaintenanceRunSummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type MaintenanceRunSummary Modifier and Type Method Description Iterable<MaintenanceRunSummary>
DatabasePaginators. listMaintenanceRunsRecordIterator(ListMaintenanceRunsRequest request)
Creates a new iterable which will iterate over theMaintenanceRunSummary
objects contained in responses from the listMaintenanceRuns operation. -
Uses of MaintenanceRunSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return MaintenanceRunSummary Modifier and Type Method Description MaintenanceRunSummary
MaintenanceRunSummary.Builder. build()
MaintenanceRunSummary
MaintenanceRunHistory. getMaintenanceRunDetails()
MaintenanceRunSummary
MaintenanceRunHistorySummary. getMaintenanceRunDetails()
Methods in com.oracle.bmc.database.model with parameters of type MaintenanceRunSummary Modifier and Type Method Description MaintenanceRunSummary.Builder
MaintenanceRunSummary.Builder. copy(MaintenanceRunSummary model)
MaintenanceRunHistory.Builder
MaintenanceRunHistory.Builder. maintenanceRunDetails(MaintenanceRunSummary maintenanceRunDetails)
MaintenanceRunHistorySummary.Builder
MaintenanceRunHistorySummary.Builder. maintenanceRunDetails(MaintenanceRunSummary maintenanceRunDetails)
Constructors in com.oracle.bmc.database.model with parameters of type MaintenanceRunSummary 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. -
Uses of MaintenanceRunSummary in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return types with arguments of type MaintenanceRunSummary Modifier and Type Method Description List<MaintenanceRunSummary>
ListMaintenanceRunsResponse. getItems()
A list of com.oracle.bmc.database.model.MaintenanceRunSummary instances.Method parameters in com.oracle.bmc.database.responses with type arguments of type MaintenanceRunSummary Modifier and Type Method Description ListMaintenanceRunsResponse.Builder
ListMaintenanceRunsResponse.Builder. items(List<MaintenanceRunSummary> items)
A list of com.oracle.bmc.database.model.MaintenanceRunSummary instances.
-