| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness |
Alexa for Business has been retired and is no longer supported.
|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateProfileResponse> |
AlexaForBusinessAsyncClient.createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)
Deprecated.
Alexa For Business is no longer supported
|
default CreateProfileResponse |
AlexaForBusinessClient.createProfile(Consumer<CreateProfileRequest.Builder> createProfileRequest)
Deprecated.
Alexa For Business is no longer supported
|
| Modifier and Type | Method and Description |
|---|---|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.address(String address)
The valid address for the room.
|
static CreateProfileRequest.Builder |
CreateProfileRequest.builder() |
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.clientRequestToken(String clientRequestToken)
The user-specified token that is used during the creation of a profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.dataRetentionOptIn(Boolean dataRetentionOptIn)
Whether data retention of the profile is enabled.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.distanceUnit(DistanceUnit distanceUnit)
The distance unit to be used by devices in the profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.distanceUnit(String distanceUnit)
The distance unit to be used by devices in the profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.locale(String locale)
The locale of the room profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.maxVolumeLimit(Integer maxVolumeLimit)
The maximum volume limit for a room profile.
|
default CreateProfileRequest.Builder |
CreateProfileRequest.Builder.meetingRoomConfiguration(Consumer<CreateMeetingRoomConfiguration.Builder> meetingRoomConfiguration)
The meeting room settings of a room profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.meetingRoomConfiguration(CreateMeetingRoomConfiguration meetingRoomConfiguration)
The meeting room settings of a room profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.profileName(String profileName)
The name of a room profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.pstnEnabled(Boolean pstnEnabled)
Whether PSTN calling is enabled.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.setupModeDisabled(Boolean setupModeDisabled)
Whether room profile setup is enabled.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.tags(Collection<Tag> tags)
The tags for the profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags for the profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.tags(Tag... tags)
The tags for the profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.temperatureUnit(String temperatureUnit)
The temperature unit to be used by devices in the profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.temperatureUnit(TemperatureUnit temperatureUnit)
The temperature unit to be used by devices in the profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.timezone(String timezone)
The time zone used by a room profile.
|
CreateProfileRequest.Builder |
CreateProfileRequest.toBuilder() |
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.wakeWord(String wakeWord)
A wake word for Alexa, Echo, Amazon, or a computer.
|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.wakeWord(WakeWord wakeWord)
A wake word for Alexa, Echo, Amazon, or a computer.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateProfileRequest.Builder> |
CreateProfileRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.