| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness |
Alexa for Business has been retired and is no longer supported.
|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProfileResult> |
AmazonAlexaForBusinessAsyncClient.createProfileAsync(CreateProfileRequest request,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler)
Deprecated.
|
Future<CreateProfileResult> |
AmazonAlexaForBusinessAsync.createProfileAsync(CreateProfileRequest createProfileRequest,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler)
Deprecated.
|
Future<CreateProfileResult> |
AbstractAmazonAlexaForBusinessAsync.createProfileAsync(CreateProfileRequest request,
AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProfileRequest |
CreateProfileRequest.clone() |
CreateProfileRequest |
CreateProfileRequest.withAddress(String address)
The valid address for the room.
|
CreateProfileRequest |
CreateProfileRequest.withClientRequestToken(String clientRequestToken)
The user-specified token that is used during the creation of a profile.
|
CreateProfileRequest |
CreateProfileRequest.withDataRetentionOptIn(Boolean dataRetentionOptIn)
Whether data retention of the profile is enabled.
|
CreateProfileRequest |
CreateProfileRequest.withDistanceUnit(DistanceUnit distanceUnit)
The distance unit to be used by devices in the profile.
|
CreateProfileRequest |
CreateProfileRequest.withDistanceUnit(String distanceUnit)
The distance unit to be used by devices in the profile.
|
CreateProfileRequest |
CreateProfileRequest.withLocale(String locale)
The locale of the room profile.
|
CreateProfileRequest |
CreateProfileRequest.withMaxVolumeLimit(Integer maxVolumeLimit)
The maximum volume limit for a room profile.
|
CreateProfileRequest |
CreateProfileRequest.withMeetingRoomConfiguration(CreateMeetingRoomConfiguration meetingRoomConfiguration)
The meeting room settings of a room profile.
|
CreateProfileRequest |
CreateProfileRequest.withProfileName(String profileName)
The name of a room profile.
|
CreateProfileRequest |
CreateProfileRequest.withPSTNEnabled(Boolean pSTNEnabled)
Whether PSTN calling is enabled.
|
CreateProfileRequest |
CreateProfileRequest.withSetupModeDisabled(Boolean setupModeDisabled)
Whether room profile setup is enabled.
|
CreateProfileRequest |
CreateProfileRequest.withTags(Collection<Tag> tags)
The tags for the profile.
|
CreateProfileRequest |
CreateProfileRequest.withTags(Tag... tags)
The tags for the profile.
|
CreateProfileRequest |
CreateProfileRequest.withTemperatureUnit(String temperatureUnit)
The temperature unit to be used by devices in the profile.
|
CreateProfileRequest |
CreateProfileRequest.withTemperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit to be used by devices in the profile.
|
CreateProfileRequest |
CreateProfileRequest.withTimezone(String timezone)
The time zone used by a room profile.
|
CreateProfileRequest |
CreateProfileRequest.withWakeWord(String wakeWord)
A wake word for Alexa, Echo, Amazon, or a computer.
|
CreateProfileRequest |
CreateProfileRequest.withWakeWord(WakeWord wakeWord)
A wake word for Alexa, Echo, Amazon, or a computer.
|
Copyright © 2023. All rights reserved.