Uses of Class
com.oracle.bmc.database.model.MaintenanceWindow.Preference
-
Packages that use MaintenanceWindow.Preference Package Description com.oracle.bmc.database.model -
-
Uses of MaintenanceWindow.Preference in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return MaintenanceWindow.Preference Modifier and Type Method Description static MaintenanceWindow.Preference
MaintenanceWindow.Preference. create(String key)
MaintenanceWindow.Preference
MaintenanceWindow. getPreference()
The maintenance window scheduling preference.static MaintenanceWindow.Preference
MaintenanceWindow.Preference. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaintenanceWindow.Preference[]
MaintenanceWindow.Preference. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type MaintenanceWindow.Preference Modifier and Type Method Description MaintenanceWindow.Builder
MaintenanceWindow.Builder. preference(MaintenanceWindow.Preference preference)
The maintenance window scheduling preference.Constructors in com.oracle.bmc.database.model with parameters of type MaintenanceWindow.Preference Constructor Description MaintenanceWindow(MaintenanceWindow.Preference preference, MaintenanceWindow.PatchingMode patchingMode, Boolean isCustomActionTimeoutEnabled, Integer customActionTimeoutInMins, Boolean isMonthlyPatchingEnabled, List<Month> months, List<Integer> weeksOfMonth, List<DayOfWeek> daysOfWeek, List<Integer> hoursOfDay, Integer leadTimeInWeeks, List<Boolean> skipRu)
Deprecated.
-