Uses of Class
com.oracle.bmc.lustrefilestorage.model.MaintenanceWindow.DayOfWeek
-
Packages that use MaintenanceWindow.DayOfWeek Package Description com.oracle.bmc.lustrefilestorage.model -
-
Uses of MaintenanceWindow.DayOfWeek in com.oracle.bmc.lustrefilestorage.model
Methods in com.oracle.bmc.lustrefilestorage.model that return MaintenanceWindow.DayOfWeek Modifier and Type Method Description static MaintenanceWindow.DayOfWeek
MaintenanceWindow.DayOfWeek. create(String key)
MaintenanceWindow.DayOfWeek
MaintenanceWindow. getDayOfWeek()
Day of the week when the maintainence window starts.static MaintenanceWindow.DayOfWeek
MaintenanceWindow.DayOfWeek. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaintenanceWindow.DayOfWeek[]
MaintenanceWindow.DayOfWeek. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.lustrefilestorage.model with parameters of type MaintenanceWindow.DayOfWeek Modifier and Type Method Description MaintenanceWindow.Builder
MaintenanceWindow.Builder. dayOfWeek(MaintenanceWindow.DayOfWeek dayOfWeek)
Day of the week when the maintainence window starts.Constructors in com.oracle.bmc.lustrefilestorage.model with parameters of type MaintenanceWindow.DayOfWeek Constructor Description MaintenanceWindow(MaintenanceWindow.DayOfWeek dayOfWeek, String timeStart)
Deprecated.
-