Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
Month |
Month.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Month> |
MaintenanceWindow.getMonths()
Months during the year when maintenance should be performed.
|
Modifier and Type | Method and Description |
---|---|
Month.Builder |
Month.Builder.copy(Month o) |
Modifier and Type | Method and Description |
---|---|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.months(List<Month> months) |
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.