| Package | Description |
|---|---|
| com.amazonaws.services.polly.model |
| Modifier and Type | Method and Description |
|---|---|
Lexicon |
Lexicon.clone() |
Lexicon |
GetLexiconResult.getLexicon()
Lexicon object that provides name and the string content of the lexicon.
|
Lexicon |
Lexicon.withContent(String content)
Lexicon content in string format.
|
Lexicon |
Lexicon.withName(String name)
Name of the lexicon.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLexiconResult.setLexicon(Lexicon lexicon)
Lexicon object that provides name and the string content of the lexicon.
|
GetLexiconResult |
GetLexiconResult.withLexicon(Lexicon lexicon)
Lexicon object that provides name and the string content of the lexicon.
|
Copyright © 2018. All rights reserved.