| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static MaintenanceDay |
MaintenanceDay.fromValue(String value)
Use this in place of valueOf.
|
static MaintenanceDay |
MaintenanceDay.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceDay[] |
MaintenanceDay.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MaintenanceUpdateSettings |
MaintenanceUpdateSettings.withMaintenanceDay(MaintenanceDay maintenanceDay)
Choose one day of the week for maintenance.
|
MaintenanceStatus |
MaintenanceStatus.withMaintenanceDay(MaintenanceDay maintenanceDay)
The currently selected maintenance day.
|
MaintenanceCreateSettings |
MaintenanceCreateSettings.withMaintenanceDay(MaintenanceDay maintenanceDay)
Choose one day of the week for maintenance.
|
Copyright © 2024. All rights reserved.