Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
DayOfWeek |
DayOfWeek.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DayOfWeek> |
MaintenanceWindow.getDaysOfWeek()
Days during the week when maintenance should be performed.
|
Modifier and Type | Method and Description |
---|---|
DayOfWeek.Builder |
DayOfWeek.Builder.copy(DayOfWeek o) |
Modifier and Type | Method and Description |
---|---|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.daysOfWeek(List<DayOfWeek> daysOfWeek) |
Constructor and Description |
---|
MaintenanceWindow(MaintenanceWindow.Preference preference,
List<Month> months,
List<Integer> weeksOfMonth,
List<DayOfWeek> daysOfWeek,
List<Integer> hoursOfDay)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.