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