| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceSettingsSyncState |
UpdateInputDeviceResponse.deviceSettingsSyncState()
The status of the action to synchronize the device configuration.
|
DeviceSettingsSyncState |
InputDeviceSummary.deviceSettingsSyncState()
The status of the action to synchronize the device configuration.
|
DeviceSettingsSyncState |
DescribeInputDeviceResponse.deviceSettingsSyncState()
The status of the action to synchronize the device configuration.
|
static DeviceSettingsSyncState |
DeviceSettingsSyncState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DeviceSettingsSyncState |
DeviceSettingsSyncState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceSettingsSyncState[] |
DeviceSettingsSyncState.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<DeviceSettingsSyncState> |
DeviceSettingsSyncState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateInputDeviceResponse.Builder |
UpdateInputDeviceResponse.Builder.deviceSettingsSyncState(DeviceSettingsSyncState deviceSettingsSyncState)
The status of the action to synchronize the device configuration.
|
InputDeviceSummary.Builder |
InputDeviceSummary.Builder.deviceSettingsSyncState(DeviceSettingsSyncState deviceSettingsSyncState)
The status of the action to synchronize the device configuration.
|
DescribeInputDeviceResponse.Builder |
DescribeInputDeviceResponse.Builder.deviceSettingsSyncState(DeviceSettingsSyncState deviceSettingsSyncState)
The status of the action to synchronize the device configuration.
|
Copyright © 2022. All rights reserved.