| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static TemperatureUnit |
TemperatureUnit.fromValue(String value)
Use this in place of valueOf.
|
static TemperatureUnit |
TemperatureUnit.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.
|
| Modifier and Type | Method and Description |
|---|---|
Profile |
Profile.withTemperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit of a room profile.
|
ProfileData |
ProfileData.withTemperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit of a room profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withTemperatureUnit(TemperatureUnit temperatureUnit)
The updated temperature unit for the room profile.
|
CreateProfileRequest |
CreateProfileRequest.withTemperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit to be used by devices in the profile.
|
Copyright © 2017. All rights reserved.