| Package | Description |
|---|---|
| com.amazonaws.services.polly.model |
| Modifier and Type | Method and Description |
|---|---|
LexiconDescription |
LexiconDescription.clone() |
LexiconDescription |
LexiconDescription.withAttributes(LexiconAttributes attributes)
Provides lexicon metadata.
|
LexiconDescription |
LexiconDescription.withName(String name)
Name of the lexicon.
|
| Modifier and Type | Method and Description |
|---|---|
List<LexiconDescription> |
ListLexiconsResult.getLexicons()
A list of lexicon names and attributes.
|
| Modifier and Type | Method and Description |
|---|---|
ListLexiconsResult |
ListLexiconsResult.withLexicons(LexiconDescription... lexicons)
A list of lexicon names and attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLexiconsResult.setLexicons(Collection<LexiconDescription> lexicons)
A list of lexicon names and attributes.
|
ListLexiconsResult |
ListLexiconsResult.withLexicons(Collection<LexiconDescription> lexicons)
A list of lexicon names and attributes.
|
Copyright © 2023. All rights reserved.