Uses of Class
software.amazon.awssdk.services.medialive.model.InputDeviceOutputType
-
Packages that use InputDeviceOutputType Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputDeviceOutputType in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputDeviceOutputType Modifier and Type Method Description static InputDeviceOutputTypeInputDeviceOutputType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InputDeviceOutputTypeDescribeInputDeviceResponse. outputType()The output attachment type of the input device.InputDeviceOutputTypeInputDeviceSummary. outputType()The output attachment type of the input device.InputDeviceOutputTypeUpdateInputDeviceResponse. outputType()The output attachment type of the input device.static InputDeviceOutputTypeInputDeviceOutputType. valueOf(String name)Returns the enum constant of this type with the specified name.static InputDeviceOutputType[]InputDeviceOutputType. 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 InputDeviceOutputType Modifier and Type Method Description static Set<InputDeviceOutputType>InputDeviceOutputType. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputDeviceOutputType Modifier and Type Method Description DescribeInputDeviceResponse.BuilderDescribeInputDeviceResponse.Builder. outputType(InputDeviceOutputType outputType)The output attachment type of the input device.InputDeviceSummary.BuilderInputDeviceSummary.Builder. outputType(InputDeviceOutputType outputType)The output attachment type of the input device.UpdateInputDeviceResponse.BuilderUpdateInputDeviceResponse.Builder. outputType(InputDeviceOutputType outputType)The output attachment type of the input device.
-