Uses of Class
software.amazon.awssdk.services.medialive.model.DeviceUpdateStatus
-
Packages that use DeviceUpdateStatus Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of DeviceUpdateStatus in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return DeviceUpdateStatus Modifier and Type Method Description DeviceUpdateStatusDescribeInputDeviceResponse. deviceUpdateStatus()The status of software on the input device.DeviceUpdateStatusInputDeviceSummary. deviceUpdateStatus()The status of software on the input device.DeviceUpdateStatusUpdateInputDeviceResponse. deviceUpdateStatus()The status of software on the input device.static DeviceUpdateStatusDeviceUpdateStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeviceUpdateStatusDeviceUpdateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceUpdateStatus[]DeviceUpdateStatus. 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 DeviceUpdateStatus Modifier and Type Method Description static Set<DeviceUpdateStatus>DeviceUpdateStatus. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type DeviceUpdateStatus Modifier and Type Method Description DescribeInputDeviceResponse.BuilderDescribeInputDeviceResponse.Builder. deviceUpdateStatus(DeviceUpdateStatus deviceUpdateStatus)The status of software on the input device.InputDeviceSummary.BuilderInputDeviceSummary.Builder. deviceUpdateStatus(DeviceUpdateStatus deviceUpdateStatus)The status of software on the input device.UpdateInputDeviceResponse.BuilderUpdateInputDeviceResponse.Builder. deviceUpdateStatus(DeviceUpdateStatus deviceUpdateStatus)The status of software on the input device.
-