Uses of Class
software.amazon.awssdk.services.medialive.model.EncoderSettings
-
Packages that use EncoderSettings Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of EncoderSettings in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return EncoderSettings Modifier and Type Method Description EncoderSettingsChannel. encoderSettings()Returns the value of the EncoderSettings property for this object.EncoderSettingsCreateChannelRequest. encoderSettings()Returns the value of the EncoderSettings property for this object.EncoderSettingsDeleteChannelResponse. encoderSettings()Returns the value of the EncoderSettings property for this object.EncoderSettingsDescribeChannelResponse. encoderSettings()Returns the value of the EncoderSettings property for this object.EncoderSettingsRestartChannelPipelinesResponse. encoderSettings()Returns the value of the EncoderSettings property for this object.EncoderSettingsStartChannelResponse. encoderSettings()Returns the value of the EncoderSettings property for this object.EncoderSettingsStopChannelResponse. encoderSettings()Returns the value of the EncoderSettings property for this object.EncoderSettingsUpdateChannelRequest. encoderSettings()The encoder settings for this channel.Methods in software.amazon.awssdk.services.medialive.model with parameters of type EncoderSettings Modifier and Type Method Description Channel.BuilderChannel.Builder. encoderSettings(EncoderSettings encoderSettings)Sets the value of the EncoderSettings property for this object.CreateChannelRequest.BuilderCreateChannelRequest.Builder. encoderSettings(EncoderSettings encoderSettings)Sets the value of the EncoderSettings property for this object.DeleteChannelResponse.BuilderDeleteChannelResponse.Builder. encoderSettings(EncoderSettings encoderSettings)Sets the value of the EncoderSettings property for this object.DescribeChannelResponse.BuilderDescribeChannelResponse.Builder. encoderSettings(EncoderSettings encoderSettings)Sets the value of the EncoderSettings property for this object.RestartChannelPipelinesResponse.BuilderRestartChannelPipelinesResponse.Builder. encoderSettings(EncoderSettings encoderSettings)Sets the value of the EncoderSettings property for this object.StartChannelResponse.BuilderStartChannelResponse.Builder. encoderSettings(EncoderSettings encoderSettings)Sets the value of the EncoderSettings property for this object.StopChannelResponse.BuilderStopChannelResponse.Builder. encoderSettings(EncoderSettings encoderSettings)Sets the value of the EncoderSettings property for this object.UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. encoderSettings(EncoderSettings encoderSettings)The encoder settings for this channel.
-