Uses of Class
software.amazon.awssdk.services.medialive.model.InputDeviceNetworkSettings
-
Packages that use InputDeviceNetworkSettings Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputDeviceNetworkSettings in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputDeviceNetworkSettings Modifier and Type Method Description InputDeviceNetworkSettingsDescribeInputDeviceResponse. networkSettings()The network settings for the input device.InputDeviceNetworkSettingsInputDeviceSummary. networkSettings()Network settings for the input device.InputDeviceNetworkSettingsUpdateInputDeviceResponse. networkSettings()The network settings for the input device.Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputDeviceNetworkSettings Modifier and Type Method Description DescribeInputDeviceResponse.BuilderDescribeInputDeviceResponse.Builder. networkSettings(InputDeviceNetworkSettings networkSettings)The network settings for the input device.InputDeviceSummary.BuilderInputDeviceSummary.Builder. networkSettings(InputDeviceNetworkSettings networkSettings)Network settings for the input device.UpdateInputDeviceResponse.BuilderUpdateInputDeviceResponse.Builder. networkSettings(InputDeviceNetworkSettings networkSettings)The network settings for the input device.
-