Uses of Class
software.amazon.awssdk.services.medialive.model.DeviceSettingsSyncState
-
Packages that use DeviceSettingsSyncState Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of DeviceSettingsSyncState in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return DeviceSettingsSyncState Modifier and Type Method Description DeviceSettingsSyncStateDescribeInputDeviceResponse. deviceSettingsSyncState()The status of the action to synchronize the device configuration.DeviceSettingsSyncStateInputDeviceSummary. deviceSettingsSyncState()The status of the action to synchronize the device configuration.DeviceSettingsSyncStateUpdateInputDeviceResponse. deviceSettingsSyncState()The status of the action to synchronize the device configuration.static DeviceSettingsSyncStateDeviceSettingsSyncState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeviceSettingsSyncStateDeviceSettingsSyncState. 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.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type DeviceSettingsSyncState Modifier and Type Method Description static Set<DeviceSettingsSyncState>DeviceSettingsSyncState. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type DeviceSettingsSyncState Modifier and Type Method Description DescribeInputDeviceResponse.BuilderDescribeInputDeviceResponse.Builder. deviceSettingsSyncState(DeviceSettingsSyncState deviceSettingsSyncState)The status of the action to synchronize the device configuration.InputDeviceSummary.BuilderInputDeviceSummary.Builder. deviceSettingsSyncState(DeviceSettingsSyncState deviceSettingsSyncState)The status of the action to synchronize the device configuration.UpdateInputDeviceResponse.BuilderUpdateInputDeviceResponse.Builder. deviceSettingsSyncState(DeviceSettingsSyncState deviceSettingsSyncState)The status of the action to synchronize the device configuration.
-