| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
InputDeviceConnectionState |
UpdateInputDeviceResponse.connectionState()
The state of the connection between the input device and AWS.
|
InputDeviceConnectionState |
InputDeviceSummary.connectionState()
The state of the connection between the input device and AWS.
|
InputDeviceConnectionState |
DescribeInputDeviceResponse.connectionState()
The state of the connection between the input device and AWS.
|
static InputDeviceConnectionState |
InputDeviceConnectionState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static InputDeviceConnectionState |
InputDeviceConnectionState.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<InputDeviceConnectionState> |
InputDeviceConnectionState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateInputDeviceResponse.Builder |
UpdateInputDeviceResponse.Builder.connectionState(InputDeviceConnectionState connectionState)
The state of the connection between the input device and AWS.
|
InputDeviceSummary.Builder |
InputDeviceSummary.Builder.connectionState(InputDeviceConnectionState connectionState)
The state of the connection between the input device and AWS.
|
DescribeInputDeviceResponse.Builder |
DescribeInputDeviceResponse.Builder.connectionState(InputDeviceConnectionState connectionState)
The state of the connection between the input device and AWS.
|
Copyright © 2022. All rights reserved.