Uses of Class
software.amazon.awssdk.services.medialive.model.InputDeviceConnectionState
-
Packages that use InputDeviceConnectionState Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputDeviceConnectionState in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputDeviceConnectionState Modifier and Type Method Description InputDeviceConnectionStateDescribeInputDeviceResponse. connectionState()The state of the connection between the input device and AWS.InputDeviceConnectionStateInputDeviceSummary. connectionState()The state of the connection between the input device and AWS.InputDeviceConnectionStateUpdateInputDeviceResponse. connectionState()The state of the connection between the input device and AWS.static InputDeviceConnectionStateInputDeviceConnectionState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InputDeviceConnectionStateInputDeviceConnectionState. valueOf(String name)Returns the enum constant of this type with the specified name.static InputDeviceConnectionState[]InputDeviceConnectionState. 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 InputDeviceConnectionState Modifier and Type Method Description static Set<InputDeviceConnectionState>InputDeviceConnectionState. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputDeviceConnectionState Modifier and Type Method Description DescribeInputDeviceResponse.BuilderDescribeInputDeviceResponse.Builder. connectionState(InputDeviceConnectionState connectionState)The state of the connection between the input device and AWS.InputDeviceSummary.BuilderInputDeviceSummary.Builder. connectionState(InputDeviceConnectionState connectionState)The state of the connection between the input device and AWS.UpdateInputDeviceResponse.BuilderUpdateInputDeviceResponse.Builder. connectionState(InputDeviceConnectionState connectionState)The state of the connection between the input device and AWS.
-