| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Profile |
Profile.clone() |
Profile |
GetProfileResult.getProfile()
The details of the room profile requested.
|
Profile |
Profile.withAddress(String address)
The address of a room profile.
|
Profile |
Profile.withAddressBookArn(String addressBookArn)
The ARN of the address book.
|
Profile |
Profile.withDataRetentionOptIn(Boolean dataRetentionOptIn)
Whether data retention of the profile is enabled.
|
Profile |
Profile.withDistanceUnit(DistanceUnit distanceUnit)
The distance unit of a room profile.
|
Profile |
Profile.withDistanceUnit(String distanceUnit)
The distance unit of a room profile.
|
Profile |
Profile.withIsDefault(Boolean isDefault)
Retrieves if the profile is default or not.
|
Profile |
Profile.withLocale(String locale)
The locale of a room profile.
|
Profile |
Profile.withMaxVolumeLimit(Integer maxVolumeLimit)
The max volume limit of a room profile.
|
Profile |
Profile.withMeetingRoomConfiguration(MeetingRoomConfiguration meetingRoomConfiguration)
Meeting room settings of a room profile.
|
Profile |
Profile.withProfileArn(String profileArn)
The ARN of a room profile.
|
Profile |
Profile.withProfileName(String profileName)
The name of a room profile.
|
Profile |
Profile.withPSTNEnabled(Boolean pSTNEnabled)
The PSTN setting of a room profile.
|
Profile |
Profile.withSetupModeDisabled(Boolean setupModeDisabled)
The setup mode of a room profile.
|
Profile |
Profile.withTemperatureUnit(String temperatureUnit)
The temperature unit of a room profile.
|
Profile |
Profile.withTemperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit of a room profile.
|
Profile |
Profile.withTimezone(String timezone)
The time zone of a room profile.
|
Profile |
Profile.withWakeWord(String wakeWord)
The wake word of a room profile.
|
Profile |
Profile.withWakeWord(WakeWord wakeWord)
The wake word of a room profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetProfileResult.setProfile(Profile profile)
The details of the room profile requested.
|
GetProfileResult |
GetProfileResult.withProfile(Profile profile)
The details of the room profile requested.
|
Copyright © 2022. All rights reserved.