Uses of Class
software.amazon.awssdk.services.medialive.model.OutputDestination
-
Packages that use OutputDestination Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of OutputDestination in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type OutputDestination Modifier and Type Method Description List<OutputDestination>Channel. destinations()A list of destinations of the channel.List<OutputDestination>ChannelSummary. destinations()A list of destinations of the channel.List<OutputDestination>CreateChannelRequest. destinations()Returns the value of the Destinations property for this object.List<OutputDestination>DeleteChannelResponse. destinations()A list of destinations of the channel.List<OutputDestination>DescribeChannelResponse. destinations()A list of destinations of the channel.List<OutputDestination>RestartChannelPipelinesResponse. destinations()A list of destinations of the channel.List<OutputDestination>StartChannelResponse. destinations()A list of destinations of the channel.List<OutputDestination>StopChannelResponse. destinations()A list of destinations of the channel.List<OutputDestination>UpdateChannelClassRequest. destinations()A list of output destinations for this channel.List<OutputDestination>UpdateChannelRequest. destinations()A list of output destinations for this channel.Methods in software.amazon.awssdk.services.medialive.model with parameters of type OutputDestination Modifier and Type Method Description Channel.BuilderChannel.Builder. destinations(OutputDestination... destinations)A list of destinations of the channel.ChannelSummary.BuilderChannelSummary.Builder. destinations(OutputDestination... destinations)A list of destinations of the channel.CreateChannelRequest.BuilderCreateChannelRequest.Builder. destinations(OutputDestination... destinations)Sets the value of the Destinations property for this object.DeleteChannelResponse.BuilderDeleteChannelResponse.Builder. destinations(OutputDestination... destinations)A list of destinations of the channel.DescribeChannelResponse.BuilderDescribeChannelResponse.Builder. destinations(OutputDestination... destinations)A list of destinations of the channel.RestartChannelPipelinesResponse.BuilderRestartChannelPipelinesResponse.Builder. destinations(OutputDestination... destinations)A list of destinations of the channel.StartChannelResponse.BuilderStartChannelResponse.Builder. destinations(OutputDestination... destinations)A list of destinations of the channel.StopChannelResponse.BuilderStopChannelResponse.Builder. destinations(OutputDestination... destinations)A list of destinations of the channel.UpdateChannelClassRequest.BuilderUpdateChannelClassRequest.Builder. destinations(OutputDestination... destinations)A list of output destinations for this channel.UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. destinations(OutputDestination... destinations)A list of output destinations for this channel.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type OutputDestination Modifier and Type Method Description Channel.BuilderChannel.Builder. destinations(Collection<OutputDestination> destinations)A list of destinations of the channel.ChannelSummary.BuilderChannelSummary.Builder. destinations(Collection<OutputDestination> destinations)A list of destinations of the channel.CreateChannelRequest.BuilderCreateChannelRequest.Builder. destinations(Collection<OutputDestination> destinations)Sets the value of the Destinations property for this object.DeleteChannelResponse.BuilderDeleteChannelResponse.Builder. destinations(Collection<OutputDestination> destinations)A list of destinations of the channel.DescribeChannelResponse.BuilderDescribeChannelResponse.Builder. destinations(Collection<OutputDestination> destinations)A list of destinations of the channel.RestartChannelPipelinesResponse.BuilderRestartChannelPipelinesResponse.Builder. destinations(Collection<OutputDestination> destinations)A list of destinations of the channel.StartChannelResponse.BuilderStartChannelResponse.Builder. destinations(Collection<OutputDestination> destinations)A list of destinations of the channel.StopChannelResponse.BuilderStopChannelResponse.Builder. destinations(Collection<OutputDestination> destinations)A list of destinations of the channel.UpdateChannelClassRequest.BuilderUpdateChannelClassRequest.Builder. destinations(Collection<OutputDestination> destinations)A list of output destinations for this channel.UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. destinations(Collection<OutputDestination> destinations)A list of output destinations for this channel.
-