Uses of Class
com.oracle.bmc.database.model.MaintenanceRun
-
Packages that use MaintenanceRun Package Description com.oracle.bmc.database.model com.oracle.bmc.database.responses -
-
Uses of MaintenanceRun in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return MaintenanceRun Modifier and Type Method Description MaintenanceRun
MaintenanceRun.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type MaintenanceRun Modifier and Type Method Description MaintenanceRun.Builder
MaintenanceRun.Builder. copy(MaintenanceRun model)
-
Uses of MaintenanceRun in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return MaintenanceRun Modifier and Type Method Description MaintenanceRun
CreateMaintenanceRunResponse. getMaintenanceRun()
The returned MaintenanceRun instance.MaintenanceRun
GetMaintenanceRunResponse. getMaintenanceRun()
The returned MaintenanceRun instance.MaintenanceRun
UpdateMaintenanceRunResponse. getMaintenanceRun()
The returned MaintenanceRun instance.Methods in com.oracle.bmc.database.responses with parameters of type MaintenanceRun Modifier and Type Method Description CreateMaintenanceRunResponse.Builder
CreateMaintenanceRunResponse.Builder. maintenanceRun(MaintenanceRun maintenanceRun)
The returned MaintenanceRun instance.GetMaintenanceRunResponse.Builder
GetMaintenanceRunResponse.Builder. maintenanceRun(MaintenanceRun maintenanceRun)
The returned MaintenanceRun instance.UpdateMaintenanceRunResponse.Builder
UpdateMaintenanceRunResponse.Builder. maintenanceRun(MaintenanceRun maintenanceRun)
The returned MaintenanceRun instance.
-