| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.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 |
|---|---|
AddMaintenance |
AddMaintenance.withMaintenanceDay(MaintenanceDay maintenanceDay)
A day of a week when the maintenance will happen.
|
Maintenance |
Maintenance.withMaintenanceDay(MaintenanceDay maintenanceDay)
A day of a week when the maintenance will happen.
|
UpdateMaintenance |
UpdateMaintenance.withMaintenanceDay(MaintenanceDay maintenanceDay)
A day of a week when the maintenance will happen.
|
Copyright © 2024. All rights reserved.