| 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<UpdateProfileResult> |
AmazonAlexaForBusinessAsyncClient.updateProfileAsync(UpdateProfileRequest request,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler)
Deprecated.
|
Future<UpdateProfileResult> |
AmazonAlexaForBusinessAsync.updateProfileAsync(UpdateProfileRequest updateProfileRequest,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler)
Deprecated.
|
Future<UpdateProfileResult> |
AbstractAmazonAlexaForBusinessAsync.updateProfileAsync(UpdateProfileRequest request,
AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileRequest |
UpdateProfileRequest.clone() |
UpdateProfileRequest |
UpdateProfileRequest.withAddress(String address)
The updated address for the room profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withDataRetentionOptIn(Boolean dataRetentionOptIn)
Whether data retention of the profile is enabled.
|
UpdateProfileRequest |
UpdateProfileRequest.withDistanceUnit(DistanceUnit distanceUnit)
The updated distance unit for the room profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withDistanceUnit(String distanceUnit)
The updated distance unit for the room profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withIsDefault(Boolean isDefault)
Sets the profile as default if selected.
|
UpdateProfileRequest |
UpdateProfileRequest.withLocale(String locale)
The updated locale for the room profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withMaxVolumeLimit(Integer maxVolumeLimit)
The updated maximum volume limit for the room profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withMeetingRoomConfiguration(UpdateMeetingRoomConfiguration meetingRoomConfiguration)
The updated meeting room settings of a room profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withProfileArn(String profileArn)
The ARN of the room profile to update.
|
UpdateProfileRequest |
UpdateProfileRequest.withProfileName(String profileName)
The updated name for the room profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withPSTNEnabled(Boolean pSTNEnabled)
Whether the PSTN setting of the room profile is enabled.
|
UpdateProfileRequest |
UpdateProfileRequest.withSetupModeDisabled(Boolean setupModeDisabled)
Whether the setup mode of the profile is enabled.
|
UpdateProfileRequest |
UpdateProfileRequest.withTemperatureUnit(String temperatureUnit)
The updated temperature unit for the room profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withTemperatureUnit(TemperatureUnit temperatureUnit)
The updated temperature unit for the room profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withTimezone(String timezone)
The updated timezone for the room profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withWakeWord(String wakeWord)
The updated wake word for the room profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withWakeWord(WakeWord wakeWord)
The updated wake word for the room profile.
|
Copyright © 2023. All rights reserved.