Uses of Class
software.amazon.awssdk.services.polly.model.LexiconDescription
-
Packages that use LexiconDescription Package Description software.amazon.awssdk.services.polly.model -
-
Uses of LexiconDescription in software.amazon.awssdk.services.polly.model
Methods in software.amazon.awssdk.services.polly.model that return types with arguments of type LexiconDescription Modifier and Type Method Description List<LexiconDescription>ListLexiconsResponse. lexicons()A list of lexicon names and attributes.Methods in software.amazon.awssdk.services.polly.model with parameters of type LexiconDescription Modifier and Type Method Description ListLexiconsResponse.BuilderListLexiconsResponse.Builder. lexicons(LexiconDescription... lexicons)A list of lexicon names and attributes.Method parameters in software.amazon.awssdk.services.polly.model with type arguments of type LexiconDescription Modifier and Type Method Description ListLexiconsResponse.BuilderListLexiconsResponse.Builder. lexicons(Collection<LexiconDescription> lexicons)A list of lexicon names and attributes.
-