Uses of Class
software.amazon.awssdk.services.medialive.model.InputDeviceIpScheme
-
Packages that use InputDeviceIpScheme Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputDeviceIpScheme in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputDeviceIpScheme Modifier and Type Method Description static InputDeviceIpSchemeInputDeviceIpScheme. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InputDeviceIpSchemeInputDeviceNetworkSettings. ipScheme()Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.static InputDeviceIpSchemeInputDeviceIpScheme. valueOf(String name)Returns the enum constant of this type with the specified name.static InputDeviceIpScheme[]InputDeviceIpScheme. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type InputDeviceIpScheme Modifier and Type Method Description static Set<InputDeviceIpScheme>InputDeviceIpScheme. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputDeviceIpScheme Modifier and Type Method Description InputDeviceNetworkSettings.BuilderInputDeviceNetworkSettings.Builder. ipScheme(InputDeviceIpScheme ipScheme)Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.
-