Uses of Class
software.amazon.awssdk.services.polly.model.PutLexiconResponse
-
Packages that use PutLexiconResponse Package Description software.amazon.awssdk.services.polly Amazon Polly is a web service that makes it easy to synthesize speech from text. -
-
Uses of PutLexiconResponse in software.amazon.awssdk.services.polly
Methods in software.amazon.awssdk.services.polly that return PutLexiconResponse Modifier and Type Method Description default PutLexiconResponsePollyClient. putLexicon(Consumer<PutLexiconRequest.Builder> putLexiconRequest)Stores a pronunciation lexicon in an Amazon Web Services Region.default PutLexiconResponsePollyClient. putLexicon(PutLexiconRequest putLexiconRequest)Stores a pronunciation lexicon in an Amazon Web Services Region.Methods in software.amazon.awssdk.services.polly that return types with arguments of type PutLexiconResponse Modifier and Type Method Description default CompletableFuture<PutLexiconResponse>PollyAsyncClient. putLexicon(Consumer<PutLexiconRequest.Builder> putLexiconRequest)Stores a pronunciation lexicon in an Amazon Web Services Region.default CompletableFuture<PutLexiconResponse>PollyAsyncClient. putLexicon(PutLexiconRequest putLexiconRequest)Stores a pronunciation lexicon in an Amazon Web Services Region.
-