| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseOutputItem |
ResponseOutputItem.clone() |
ResponseOutputItem |
ResponseOutputItem.withDashPlaylistSettings(DashPlaylistSettings dashPlaylistSettings)
DASH manifest configuration settings.
|
ResponseOutputItem |
ResponseOutputItem.withHlsPlaylistSettings(HlsPlaylistSettings hlsPlaylistSettings)
HLS manifest configuration settings.
|
ResponseOutputItem |
ResponseOutputItem.withManifestName(String manifestName)
The name of the manifest for the channel that will appear in the channel output's playback URL.
|
ResponseOutputItem |
ResponseOutputItem.withPlaybackUrl(String playbackUrl)
The URL used for playback by content players.
|
ResponseOutputItem |
ResponseOutputItem.withSourceGroup(String sourceGroup)
A string used to associate a package configuration source group with a channel output.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseOutputItem> |
Channel.getOutputs()
The channel's output properties.
|
List<ResponseOutputItem> |
UpdateChannelResult.getOutputs()
The channel's output properties.
|
List<ResponseOutputItem> |
DescribeChannelResult.getOutputs()
The channel's output properties.
|
List<ResponseOutputItem> |
CreateChannelResult.getOutputs()
The output properties to assign to the channel.
|
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.withOutputs(ResponseOutputItem... outputs)
The channel's output properties.
|
UpdateChannelResult |
UpdateChannelResult.withOutputs(ResponseOutputItem... outputs)
The channel's output properties.
|
DescribeChannelResult |
DescribeChannelResult.withOutputs(ResponseOutputItem... outputs)
The channel's output properties.
|
CreateChannelResult |
CreateChannelResult.withOutputs(ResponseOutputItem... outputs)
The output properties to assign to the channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.setOutputs(Collection<ResponseOutputItem> outputs)
The channel's output properties.
|
void |
UpdateChannelResult.setOutputs(Collection<ResponseOutputItem> outputs)
The channel's output properties.
|
void |
DescribeChannelResult.setOutputs(Collection<ResponseOutputItem> outputs)
The channel's output properties.
|
void |
CreateChannelResult.setOutputs(Collection<ResponseOutputItem> outputs)
The output properties to assign to the channel.
|
Channel |
Channel.withOutputs(Collection<ResponseOutputItem> outputs)
The channel's output properties.
|
UpdateChannelResult |
UpdateChannelResult.withOutputs(Collection<ResponseOutputItem> outputs)
The channel's output properties.
|
DescribeChannelResult |
DescribeChannelResult.withOutputs(Collection<ResponseOutputItem> outputs)
The channel's output properties.
|
CreateChannelResult |
CreateChannelResult.withOutputs(Collection<ResponseOutputItem> outputs)
The output properties to assign to the channel.
|
Copyright © 2023. All rights reserved.