Uses of Class
software.amazon.awssdk.services.medialive.model.UdpContainerSettings
-
Packages that use UdpContainerSettings Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of UdpContainerSettings in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return UdpContainerSettings Modifier and Type Method Description UdpContainerSettingsSrtOutputSettings. containerSettings()Returns the value of the ContainerSettings property for this object.UdpContainerSettingsUdpOutputSettings. containerSettings()Returns the value of the ContainerSettings property for this object.Methods in software.amazon.awssdk.services.medialive.model with parameters of type UdpContainerSettings Modifier and Type Method Description SrtOutputSettings.BuilderSrtOutputSettings.Builder. containerSettings(UdpContainerSettings containerSettings)Sets the value of the ContainerSettings property for this object.UdpOutputSettings.BuilderUdpOutputSettings.Builder. containerSettings(UdpContainerSettings containerSettings)Sets the value of the ContainerSettings property for this object.
-