| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static TemperatureUnit |
TemperatureUnit.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TemperatureUnit |
CreateProfileRequest.temperatureUnit()
The temperature unit to be used by devices in the profile.
|
TemperatureUnit |
UpdateProfileRequest.temperatureUnit()
The updated temperature unit for the room profile.
|
TemperatureUnit |
Profile.temperatureUnit()
The temperature unit of a room profile.
|
TemperatureUnit |
ProfileData.temperatureUnit()
The temperature unit of a room profile.
|
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 |
|---|---|
static Set<TemperatureUnit> |
TemperatureUnit.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.temperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit to be used by devices in the profile.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.temperatureUnit(TemperatureUnit temperatureUnit)
The updated temperature unit for the room profile.
|
Profile.Builder |
Profile.Builder.temperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit of a room profile.
|
ProfileData.Builder |
ProfileData.Builder.temperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit of a room profile.
|
Copyright © 2021. All rights reserved.