Uses of Class
com.oracle.bmc.database.model.MaintenanceRunHistorySummary
-
Packages that use MaintenanceRunHistorySummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of MaintenanceRunHistorySummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type MaintenanceRunHistorySummary Modifier and Type Method Description Iterable<MaintenanceRunHistorySummary>
DatabasePaginators. listMaintenanceRunHistoryRecordIterator(ListMaintenanceRunHistoryRequest request)
Creates a new iterable which will iterate over theMaintenanceRunHistorySummary
objects contained in responses from the listMaintenanceRunHistory operation. -
Uses of MaintenanceRunHistorySummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return MaintenanceRunHistorySummary Modifier and Type Method Description MaintenanceRunHistorySummary
MaintenanceRunHistorySummary.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type MaintenanceRunHistorySummary Modifier and Type Method Description MaintenanceRunHistorySummary.Builder
MaintenanceRunHistorySummary.Builder. copy(MaintenanceRunHistorySummary model)
-
Uses of MaintenanceRunHistorySummary in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return types with arguments of type MaintenanceRunHistorySummary Modifier and Type Method Description List<MaintenanceRunHistorySummary>
ListMaintenanceRunHistoryResponse. getItems()
A list of com.oracle.bmc.database.model.MaintenanceRunHistorySummary instances.Method parameters in com.oracle.bmc.database.responses with type arguments of type MaintenanceRunHistorySummary Modifier and Type Method Description ListMaintenanceRunHistoryResponse.Builder
ListMaintenanceRunHistoryResponse.Builder. items(List<MaintenanceRunHistorySummary> items)
A list of com.oracle.bmc.database.model.MaintenanceRunHistorySummary instances.
-