| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduleAction |
ScheduleAction.clone() |
ScheduleAction |
ScheduleAction.withActionName(String actionName)
The name of the action, must be unique within the schedule.
|
ScheduleAction |
ScheduleAction.withScheduleActionSettings(ScheduleActionSettings scheduleActionSettings)
Settings for this schedule action.
|
ScheduleAction |
ScheduleAction.withScheduleActionStartSettings(ScheduleActionStartSettings scheduleActionStartSettings)
The time for the action to start in the channel.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScheduleAction> |
BatchScheduleActionCreateResult.getScheduleActions()
List of actions that have been created in the schedule.
|
List<ScheduleAction> |
BatchScheduleActionCreateRequest.getScheduleActions()
A list of schedule actions to create.
|
List<ScheduleAction> |
BatchScheduleActionDeleteResult.getScheduleActions()
List of actions that have been deleted from the schedule.
|
List<ScheduleAction> |
DescribeScheduleResult.getScheduleActions()
The list of actions in the schedule.
|
| Modifier and Type | Method and Description |
|---|---|
BatchScheduleActionCreateResult |
BatchScheduleActionCreateResult.withScheduleActions(ScheduleAction... scheduleActions)
List of actions that have been created in the schedule.
|
BatchScheduleActionCreateRequest |
BatchScheduleActionCreateRequest.withScheduleActions(ScheduleAction... scheduleActions)
A list of schedule actions to create.
|
BatchScheduleActionDeleteResult |
BatchScheduleActionDeleteResult.withScheduleActions(ScheduleAction... scheduleActions)
List of actions that have been deleted from the schedule.
|
DescribeScheduleResult |
DescribeScheduleResult.withScheduleActions(ScheduleAction... scheduleActions)
The list of actions in the schedule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchScheduleActionCreateResult.setScheduleActions(Collection<ScheduleAction> scheduleActions)
List of actions that have been created in the schedule.
|
void |
BatchScheduleActionCreateRequest.setScheduleActions(Collection<ScheduleAction> scheduleActions)
A list of schedule actions to create.
|
void |
BatchScheduleActionDeleteResult.setScheduleActions(Collection<ScheduleAction> scheduleActions)
List of actions that have been deleted from the schedule.
|
void |
DescribeScheduleResult.setScheduleActions(Collection<ScheduleAction> scheduleActions)
The list of actions in the schedule.
|
BatchScheduleActionCreateResult |
BatchScheduleActionCreateResult.withScheduleActions(Collection<ScheduleAction> scheduleActions)
List of actions that have been created in the schedule.
|
BatchScheduleActionCreateRequest |
BatchScheduleActionCreateRequest.withScheduleActions(Collection<ScheduleAction> scheduleActions)
A list of schedule actions to create.
|
BatchScheduleActionDeleteResult |
BatchScheduleActionDeleteResult.withScheduleActions(Collection<ScheduleAction> scheduleActions)
List of actions that have been deleted from the schedule.
|
DescribeScheduleResult |
DescribeScheduleResult.withScheduleActions(Collection<ScheduleAction> scheduleActions)
The list of actions in the schedule.
|
Copyright © 2020. All rights reserved.