| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static WakeWord |
WakeWord.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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.
|
WakeWord |
CreateProfileRequest.wakeWord()
A wake word for Alexa, Echo, Amazon, or a computer.
|
WakeWord |
ProfileData.wakeWord()
The wake word of a room profile.
|
WakeWord |
UpdateProfileRequest.wakeWord()
The updated wake word for the room profile.
|
WakeWord |
Profile.wakeWord()
The wake word of a room profile.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<WakeWord> |
WakeWord.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.wakeWord(WakeWord wakeWord)
A wake word for Alexa, Echo, Amazon, or a computer.
|
ProfileData.Builder |
ProfileData.Builder.wakeWord(WakeWord wakeWord)
The wake word of a room profile.
|
UpdateProfileRequest.Builder |
UpdateProfileRequest.Builder.wakeWord(WakeWord wakeWord)
The updated wake word for the room profile.
|
Profile.Builder |
Profile.Builder.wakeWord(WakeWord wakeWord)
The wake word of a room profile.
|
Copyright © 2021. All rights reserved.