| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static DistanceUnit |
DistanceUnit.fromValue(String value)
Use this in place of valueOf.
|
static DistanceUnit |
DistanceUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistanceUnit[] |
DistanceUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProfileData |
ProfileData.withDistanceUnit(DistanceUnit distanceUnit)
The distance unit of a room profile.
|
Profile |
Profile.withDistanceUnit(DistanceUnit distanceUnit)
The distance unit of a room profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withDistanceUnit(DistanceUnit distanceUnit)
The updated distance unit for the room profile.
|
CreateProfileRequest |
CreateProfileRequest.withDistanceUnit(DistanceUnit distanceUnit)
The distance unit to be used by devices in the profile.
|
Copyright © 2023. All rights reserved.