Uses of Class
software.amazon.awssdk.services.polly.model.ListLexiconsRequest
-
Packages that use ListLexiconsRequest Package Description software.amazon.awssdk.services.polly Amazon Polly is a web service that makes it easy to synthesize speech from text.software.amazon.awssdk.services.polly.transform -
-
Uses of ListLexiconsRequest in software.amazon.awssdk.services.polly
Methods in software.amazon.awssdk.services.polly with parameters of type ListLexiconsRequest Modifier and Type Method Description default CompletableFuture<ListLexiconsResponse>PollyAsyncClient. listLexicons(ListLexiconsRequest listLexiconsRequest)Returns a list of pronunciation lexicons stored in an Amazon Web Services Region.default ListLexiconsResponsePollyClient. listLexicons(ListLexiconsRequest listLexiconsRequest)Returns a list of pronunciation lexicons stored in an Amazon Web Services Region. -
Uses of ListLexiconsRequest in software.amazon.awssdk.services.polly.transform
Methods in software.amazon.awssdk.services.polly.transform with parameters of type ListLexiconsRequest Modifier and Type Method Description SdkHttpFullRequestListLexiconsRequestMarshaller. marshall(ListLexiconsRequest listLexiconsRequest)
-