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