| Package | Description |
|---|---|
| com.amazonaws.services.polly.model | |
| com.amazonaws.services.polly.model.transform |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
LexiconDescription |
LexiconDescriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
LexiconDescriptionMarshaller.marshall(LexiconDescription lexiconDescription,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.