| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static WakeWord |
WakeWord.fromValue(String value)
Use this in place of valueOf.
|
static WakeWord |
WakeWord.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WakeWord[] |
WakeWord.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProfileData |
ProfileData.withWakeWord(WakeWord wakeWord)
The wake word of a room profile.
|
Profile |
Profile.withWakeWord(WakeWord wakeWord)
The wake word of a room profile.
|
UpdateProfileRequest |
UpdateProfileRequest.withWakeWord(WakeWord wakeWord)
The updated wake word for the room profile.
|
CreateProfileRequest |
CreateProfileRequest.withWakeWord(WakeWord wakeWord)
A wake word for Alexa, Echo, Amazon, or a computer.
|
Copyright © 2023. All rights reserved.