| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
OutputDestination |
OutputDestination.clone() |
OutputDestination |
OutputDestination.withId(String id)
User-specified id.
|
OutputDestination |
OutputDestination.withMediaPackageSettings(Collection<MediaPackageOutputDestinationSettings> mediaPackageSettings)
Destination settings for a MediaPackage output; one destination for both encoders.
|
OutputDestination |
OutputDestination.withMediaPackageSettings(MediaPackageOutputDestinationSettings... mediaPackageSettings)
Destination settings for a MediaPackage output; one destination for both encoders.
|
OutputDestination |
OutputDestination.withMultiplexSettings(MultiplexProgramChannelDestinationSettings multiplexSettings)
Destination settings for a Multiplex output; one destination for both encoders.
|
OutputDestination |
OutputDestination.withSettings(Collection<OutputDestinationSettings> settings)
Destination settings for a standard output; one destination for each redundant encoder.
|
OutputDestination |
OutputDestination.withSettings(OutputDestinationSettings... settings)
Destination settings for a standard output; one destination for each redundant encoder.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputDestination> |
Channel.getDestinations()
A list of destinations of the channel.
|
List<OutputDestination> |
UpdateChannelClassRequest.getDestinations()
A list of output destinations for this channel.
|
List<OutputDestination> |
StartChannelResult.getDestinations()
A list of destinations of the channel.
|
List<OutputDestination> |
DeleteChannelResult.getDestinations()
A list of destinations of the channel.
|
List<OutputDestination> |
CreateChannelRequest.getDestinations() |
List<OutputDestination> |
StopChannelResult.getDestinations()
A list of destinations of the channel.
|
List<OutputDestination> |
ChannelSummary.getDestinations()
A list of destinations of the channel.
|
List<OutputDestination> |
DescribeChannelResult.getDestinations()
A list of destinations of the channel.
|
List<OutputDestination> |
RestartChannelPipelinesResult.getDestinations()
A list of destinations of the channel.
|
List<OutputDestination> |
UpdateChannelRequest.getDestinations()
A list of output destinations for this channel.
|
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.withDestinations(OutputDestination... destinations)
A list of destinations of the channel.
|
UpdateChannelClassRequest |
UpdateChannelClassRequest.withDestinations(OutputDestination... destinations)
A list of output destinations for this channel.
|
StartChannelResult |
StartChannelResult.withDestinations(OutputDestination... destinations)
A list of destinations of the channel.
|
DeleteChannelResult |
DeleteChannelResult.withDestinations(OutputDestination... destinations)
A list of destinations of the channel.
|
CreateChannelRequest |
CreateChannelRequest.withDestinations(OutputDestination... destinations)
NOTE: This method appends the values to the existing list (if any).
|
StopChannelResult |
StopChannelResult.withDestinations(OutputDestination... destinations)
A list of destinations of the channel.
|
ChannelSummary |
ChannelSummary.withDestinations(OutputDestination... destinations)
A list of destinations of the channel.
|
DescribeChannelResult |
DescribeChannelResult.withDestinations(OutputDestination... destinations)
A list of destinations of the channel.
|
RestartChannelPipelinesResult |
RestartChannelPipelinesResult.withDestinations(OutputDestination... destinations)
A list of destinations of the channel.
|
UpdateChannelRequest |
UpdateChannelRequest.withDestinations(OutputDestination... destinations)
A list of output destinations for this channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.setDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
void |
UpdateChannelClassRequest.setDestinations(Collection<OutputDestination> destinations)
A list of output destinations for this channel.
|
void |
StartChannelResult.setDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
void |
DeleteChannelResult.setDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
void |
CreateChannelRequest.setDestinations(Collection<OutputDestination> destinations) |
void |
StopChannelResult.setDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
void |
ChannelSummary.setDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
void |
DescribeChannelResult.setDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
void |
RestartChannelPipelinesResult.setDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
void |
UpdateChannelRequest.setDestinations(Collection<OutputDestination> destinations)
A list of output destinations for this channel.
|
Channel |
Channel.withDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
UpdateChannelClassRequest |
UpdateChannelClassRequest.withDestinations(Collection<OutputDestination> destinations)
A list of output destinations for this channel.
|
StartChannelResult |
StartChannelResult.withDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
DeleteChannelResult |
DeleteChannelResult.withDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
CreateChannelRequest |
CreateChannelRequest.withDestinations(Collection<OutputDestination> destinations) |
StopChannelResult |
StopChannelResult.withDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
ChannelSummary |
ChannelSummary.withDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
DescribeChannelResult |
DescribeChannelResult.withDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
RestartChannelPipelinesResult |
RestartChannelPipelinesResult.withDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
UpdateChannelRequest |
UpdateChannelRequest.withDestinations(Collection<OutputDestination> destinations)
A list of output destinations for this channel.
|
Copyright © 2024. All rights reserved.