| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceStatus |
MaintenanceStatus.clone() |
MaintenanceStatus |
ChannelSummary.getMaintenance()
Maintenance settings for this channel.
|
MaintenanceStatus |
Channel.getMaintenance()
Maintenance settings for this channel.
|
MaintenanceStatus |
StopChannelResult.getMaintenance()
Maintenance settings for this channel.
|
MaintenanceStatus |
StartChannelResult.getMaintenance()
Maintenance settings for this channel.
|
MaintenanceStatus |
DescribeChannelResult.getMaintenance()
Maintenance settings for this channel.
|
MaintenanceStatus |
DeleteChannelResult.getMaintenance()
Maintenance settings for this channel.
|
MaintenanceStatus |
MaintenanceStatus.withMaintenanceDay(MaintenanceDay maintenanceDay)
The currently selected maintenance day.
|
MaintenanceStatus |
MaintenanceStatus.withMaintenanceDay(String maintenanceDay)
The currently selected maintenance day.
|
MaintenanceStatus |
MaintenanceStatus.withMaintenanceDeadline(String maintenanceDeadline)
Maintenance is required by the displayed date and time.
|
MaintenanceStatus |
MaintenanceStatus.withMaintenanceScheduledDate(String maintenanceScheduledDate)
The currently scheduled maintenance date and time.
|
MaintenanceStatus |
MaintenanceStatus.withMaintenanceStartTime(String maintenanceStartTime)
The currently selected maintenance start time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelSummary.setMaintenance(MaintenanceStatus maintenance)
Maintenance settings for this channel.
|
void |
Channel.setMaintenance(MaintenanceStatus maintenance)
Maintenance settings for this channel.
|
void |
StopChannelResult.setMaintenance(MaintenanceStatus maintenance)
Maintenance settings for this channel.
|
void |
StartChannelResult.setMaintenance(MaintenanceStatus maintenance)
Maintenance settings for this channel.
|
void |
DescribeChannelResult.setMaintenance(MaintenanceStatus maintenance)
Maintenance settings for this channel.
|
void |
DeleteChannelResult.setMaintenance(MaintenanceStatus maintenance)
Maintenance settings for this channel.
|
ChannelSummary |
ChannelSummary.withMaintenance(MaintenanceStatus maintenance)
Maintenance settings for this channel.
|
Channel |
Channel.withMaintenance(MaintenanceStatus maintenance)
Maintenance settings for this channel.
|
StopChannelResult |
StopChannelResult.withMaintenance(MaintenanceStatus maintenance)
Maintenance settings for this channel.
|
StartChannelResult |
StartChannelResult.withMaintenance(MaintenanceStatus maintenance)
Maintenance settings for this channel.
|
DescribeChannelResult |
DescribeChannelResult.withMaintenance(MaintenanceStatus maintenance)
Maintenance settings for this channel.
|
DeleteChannelResult |
DeleteChannelResult.withMaintenance(MaintenanceStatus maintenance)
Maintenance settings for this channel.
|
Copyright © 2022. All rights reserved.