| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileData |
ProfileData.clone() |
ProfileData |
ProfileData.withAddress(String address)
The address of a room profile.
|
ProfileData |
ProfileData.withDistanceUnit(DistanceUnit distanceUnit)
The distance unit of a room profile.
|
ProfileData |
ProfileData.withDistanceUnit(String distanceUnit)
The distance unit of a room profile.
|
ProfileData |
ProfileData.withProfileArn(String profileArn)
The ARN of a room profile.
|
ProfileData |
ProfileData.withProfileName(String profileName)
The name of a room profile.
|
ProfileData |
ProfileData.withTemperatureUnit(String temperatureUnit)
The temperature unit of a room profile.
|
ProfileData |
ProfileData.withTemperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit of a room profile.
|
ProfileData |
ProfileData.withTimezone(String timezone)
The timezone of a room profile.
|
ProfileData |
ProfileData.withWakeWord(String wakeWord)
The wake word of a room profile.
|
ProfileData |
ProfileData.withWakeWord(WakeWord wakeWord)
The wake word of a room profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProfileData> |
SearchProfilesResult.getProfiles()
The profiles that meet the specified set of filter criteria, in sort order.
|
| Modifier and Type | Method and Description |
|---|---|
SearchProfilesResult |
SearchProfilesResult.withProfiles(ProfileData... profiles)
The profiles that meet the specified set of filter criteria, in sort order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchProfilesResult.setProfiles(Collection<ProfileData> profiles)
The profiles that meet the specified set of filter criteria, in sort order.
|
SearchProfilesResult |
SearchProfilesResult.withProfiles(Collection<ProfileData> profiles)
The profiles that meet the specified set of filter criteria, in sort order.
|
Copyright © 2017. All rights reserved.