Uses of Class
software.amazon.awssdk.services.medialive.model.SrtSettingsRequest
-
Packages that use SrtSettingsRequest Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of SrtSettingsRequest in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return SrtSettingsRequest Modifier and Type Method Description SrtSettingsRequestCreateInputRequest. srtSettings()The settings associated with an SRT input.SrtSettingsRequestUpdateInputRequest. srtSettings()The settings associated with an SRT input.Methods in software.amazon.awssdk.services.medialive.model with parameters of type SrtSettingsRequest Modifier and Type Method Description CreateInputRequest.BuilderCreateInputRequest.Builder. srtSettings(SrtSettingsRequest srtSettings)The settings associated with an SRT input.UpdateInputRequest.BuilderUpdateInputRequest.Builder. srtSettings(SrtSettingsRequest srtSettings)The settings associated with an SRT input.
-