Uses of Class
software.amazon.awssdk.services.medialive.model.InputDeviceConfigurableSettings
-
Packages that use InputDeviceConfigurableSettings Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputDeviceConfigurableSettings in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputDeviceConfigurableSettings Modifier and Type Method Description InputDeviceConfigurableSettingsUpdateInputDeviceRequest. hdDeviceSettings()The settings that you want to apply to the HD input device.InputDeviceConfigurableSettingsUpdateInputDeviceRequest. uhdDeviceSettings()The settings that you want to apply to the UHD input device.Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputDeviceConfigurableSettings Modifier and Type Method Description UpdateInputDeviceRequest.BuilderUpdateInputDeviceRequest.Builder. hdDeviceSettings(InputDeviceConfigurableSettings hdDeviceSettings)The settings that you want to apply to the HD input device.UpdateInputDeviceRequest.BuilderUpdateInputDeviceRequest.Builder. uhdDeviceSettings(InputDeviceConfigurableSettings uhdDeviceSettings)The settings that you want to apply to the UHD input device.
-