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