Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.WakeWord
-
Packages that use WakeWord Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of WakeWord in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return WakeWord Modifier and Type Method Description static WakeWordWakeWord. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WakeWordWakeWord. 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.WakeWordCreateProfileRequest. wakeWord()A wake word for Alexa, Echo, Amazon, or a computer.WakeWordProfile. wakeWord()The wake word of a room profile.WakeWordProfileData. wakeWord()The wake word of a room profile.WakeWordUpdateProfileRequest. wakeWord()The updated wake word for the room profile.Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type WakeWord Modifier and Type Method Description static Set<WakeWord>WakeWord. knownValues()Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type WakeWord Modifier and Type Method Description CreateProfileRequest.BuilderCreateProfileRequest.Builder. wakeWord(WakeWord wakeWord)A wake word for Alexa, Echo, Amazon, or a computer.Profile.BuilderProfile.Builder. wakeWord(WakeWord wakeWord)The wake word of a room profile.ProfileData.BuilderProfileData.Builder. wakeWord(WakeWord wakeWord)The wake word of a room profile.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. wakeWord(WakeWord wakeWord)The updated wake word for the room profile.
-