| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
Transition |
Transition.clone() |
Transition |
ScheduleConfiguration.getTransition()
Program transition configurations.
|
Transition |
Transition.withRelativePosition(RelativePosition relativePosition)
The position where this program will be inserted relative to the RelativeProgram.
|
Transition |
Transition.withRelativePosition(String relativePosition)
The position where this program will be inserted relative to the RelativeProgram.
|
Transition |
Transition.withRelativeProgram(String relativeProgram)
The name of the program that this program will be inserted next to, as defined by RelativePosition.
|
Transition |
Transition.withType(String type)
When the program should be played.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduleConfiguration.setTransition(Transition transition)
Program transition configurations.
|
ScheduleConfiguration |
ScheduleConfiguration.withTransition(Transition transition)
Program transition configurations.
|
Copyright © 2021. All rights reserved.