Uses of Class
com.oracle.bmc.filestorage.model.SnapshotSchedule.DayOfWeek
-
Packages that use SnapshotSchedule.DayOfWeek Package Description com.oracle.bmc.filestorage.model -
-
Uses of SnapshotSchedule.DayOfWeek in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return SnapshotSchedule.DayOfWeek Modifier and Type Method Description static SnapshotSchedule.DayOfWeek
SnapshotSchedule.DayOfWeek. create(String key)
SnapshotSchedule.DayOfWeek
SnapshotSchedule. getDayOfWeek()
The day of the week to create a scheduled snapshot.static SnapshotSchedule.DayOfWeek
SnapshotSchedule.DayOfWeek. valueOf(String name)
Returns the enum constant of this type with the specified name.static SnapshotSchedule.DayOfWeek[]
SnapshotSchedule.DayOfWeek. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.filestorage.model with parameters of type SnapshotSchedule.DayOfWeek Modifier and Type Method Description SnapshotSchedule.Builder
SnapshotSchedule.Builder. dayOfWeek(SnapshotSchedule.DayOfWeek dayOfWeek)
The day of the week to create a scheduled snapshot.Constructors in com.oracle.bmc.filestorage.model with parameters of type SnapshotSchedule.DayOfWeek Constructor Description SnapshotSchedule(String schedulePrefix, Date timeScheduleStart, SnapshotSchedule.Period period, Long retentionDurationInSeconds, SnapshotSchedule.TimeZone timeZone, Integer hourOfDay, SnapshotSchedule.DayOfWeek dayOfWeek, Integer dayOfMonth, SnapshotSchedule.Month month)
Deprecated.
-