Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.TemperatureUnit
-
Packages that use TemperatureUnit Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of TemperatureUnit in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return TemperatureUnit Modifier and Type Method Description static TemperatureUnitTemperatureUnit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TemperatureUnitCreateProfileRequest. temperatureUnit()The temperature unit to be used by devices in the profile.TemperatureUnitProfile. temperatureUnit()The temperature unit of a room profile.TemperatureUnitProfileData. temperatureUnit()The temperature unit of a room profile.TemperatureUnitUpdateProfileRequest. temperatureUnit()The updated temperature unit for the room profile.static TemperatureUnitTemperatureUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static TemperatureUnit[]TemperatureUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type TemperatureUnit Modifier and Type Method Description static Set<TemperatureUnit>TemperatureUnit. knownValues()Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type TemperatureUnit Modifier and Type Method Description CreateProfileRequest.BuilderCreateProfileRequest.Builder. temperatureUnit(TemperatureUnit temperatureUnit)The temperature unit to be used by devices in the profile.Profile.BuilderProfile.Builder. temperatureUnit(TemperatureUnit temperatureUnit)The temperature unit of a room profile.ProfileData.BuilderProfileData.Builder. temperatureUnit(TemperatureUnit temperatureUnit)The temperature unit of a room profile.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. temperatureUnit(TemperatureUnit temperatureUnit)The updated temperature unit for the room profile.
-