| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
List<OutputDestination> |
DeleteChannelResponse.destinations()
A list of destinations of the channel.
|
List<OutputDestination> |
ChannelSummary.destinations()
A list of destinations of the channel.
|
List<OutputDestination> |
UpdateChannelClassRequest.destinations()
A list of output destinations for this channel.
|
List<OutputDestination> |
CreateChannelRequest.destinations()
Returns the value of the Destinations property for this object.
|
List<OutputDestination> |
StartChannelResponse.destinations()
A list of destinations of the channel.
|
List<OutputDestination> |
DescribeChannelResponse.destinations()
A list of destinations of the channel.
|
List<OutputDestination> |
UpdateChannelRequest.destinations()
A list of output destinations for this channel.
|
List<OutputDestination> |
Channel.destinations()
A list of destinations of the channel.
|
List<OutputDestination> |
StopChannelResponse.destinations()
A list of destinations of the channel.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteChannelResponse.Builder |
DeleteChannelResponse.Builder.destinations(OutputDestination... destinations)
A list of destinations of the channel.
|
ChannelSummary.Builder |
ChannelSummary.Builder.destinations(OutputDestination... destinations)
A list of destinations of the channel.
|
UpdateChannelClassRequest.Builder |
UpdateChannelClassRequest.Builder.destinations(OutputDestination... destinations)
A list of output destinations for this channel.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.destinations(OutputDestination... destinations)
Sets the value of the Destinations property for this object.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.destinations(OutputDestination... destinations)
A list of destinations of the channel.
|
DescribeChannelResponse.Builder |
DescribeChannelResponse.Builder.destinations(OutputDestination... destinations)
A list of destinations of the channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.destinations(OutputDestination... destinations)
A list of output destinations for this channel.
|
Channel.Builder |
Channel.Builder.destinations(OutputDestination... destinations)
A list of destinations of the channel.
|
StopChannelResponse.Builder |
StopChannelResponse.Builder.destinations(OutputDestination... destinations)
A list of destinations of the channel.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteChannelResponse.Builder |
DeleteChannelResponse.Builder.destinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
ChannelSummary.Builder |
ChannelSummary.Builder.destinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
UpdateChannelClassRequest.Builder |
UpdateChannelClassRequest.Builder.destinations(Collection<OutputDestination> destinations)
A list of output destinations for this channel.
|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.destinations(Collection<OutputDestination> destinations)
Sets the value of the Destinations property for this object.
|
StartChannelResponse.Builder |
StartChannelResponse.Builder.destinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
DescribeChannelResponse.Builder |
DescribeChannelResponse.Builder.destinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.destinations(Collection<OutputDestination> destinations)
A list of output destinations for this channel.
|
Channel.Builder |
Channel.Builder.destinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
StopChannelResponse.Builder |
StopChannelResponse.Builder.destinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
Copyright © 2022. All rights reserved.