Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static Day |
Day.create(String key) |
Day |
CreateMaintenanceWindowDetails.getDay()
Days of the week.
|
Day |
MaintenanceWindow.getDay()
Days of the week.
|
Day |
UpdateMaintenanceWindowDetails.getDay()
Days of the week.
|
static Day |
Day.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Day[] |
Day.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateMaintenanceWindowDetails.Builder |
CreateMaintenanceWindowDetails.Builder.day(Day day)
Days of the week.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.day(Day day)
Days of the week.
|
UpdateMaintenanceWindowDetails.Builder |
UpdateMaintenanceWindowDetails.Builder.day(Day day)
Days of the week.
|
Constructor and Description |
---|
CreateMaintenanceWindowDetails(Day day,
Integer startHour)
Deprecated.
|
MaintenanceWindow(Day day,
Integer startHour)
Deprecated.
|
UpdateMaintenanceWindowDetails(Day day,
Integer startHour)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.