| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static Locale |
Locale.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Locale |
Audio.locale()
The locale of the audio message.
|
Locale |
Text.locale()
The locale of the text message.
|
Locale |
Ssml.locale()
The locale of the SSML message.
|
static Locale |
Locale.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Locale[] |
Locale.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Locale> |
Locale.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Audio.Builder |
Audio.Builder.locale(Locale locale)
The locale of the audio message.
|
Text.Builder |
Text.Builder.locale(Locale locale)
The locale of the text message.
|
Ssml.Builder |
Ssml.Builder.locale(Locale locale)
The locale of the SSML message.
|
Copyright © 2023. All rights reserved.