Uses of Class
software.amazon.awssdk.services.polly.model.PutLexiconRequest
-
Packages that use PutLexiconRequest 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 PutLexiconRequest in software.amazon.awssdk.services.polly
Methods in software.amazon.awssdk.services.polly with parameters of type PutLexiconRequest Modifier and Type Method Description default CompletableFuture<PutLexiconResponse>PollyAsyncClient. putLexicon(PutLexiconRequest 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. -
Uses of PutLexiconRequest in software.amazon.awssdk.services.polly.transform
Methods in software.amazon.awssdk.services.polly.transform with parameters of type PutLexiconRequest Modifier and Type Method Description SdkHttpFullRequestPutLexiconRequestMarshaller. marshall(PutLexiconRequest putLexiconRequest)
-