Uses of Class
software.amazon.awssdk.services.polly.model.GetLexiconRequest
-
Packages that use GetLexiconRequest 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 GetLexiconRequest in software.amazon.awssdk.services.polly
Methods in software.amazon.awssdk.services.polly with parameters of type GetLexiconRequest Modifier and Type Method Description default CompletableFuture<GetLexiconResponse>PollyAsyncClient. getLexicon(GetLexiconRequest getLexiconRequest)Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region.default GetLexiconResponsePollyClient. getLexicon(GetLexiconRequest getLexiconRequest)Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region. -
Uses of GetLexiconRequest in software.amazon.awssdk.services.polly.transform
Methods in software.amazon.awssdk.services.polly.transform with parameters of type GetLexiconRequest Modifier and Type Method Description SdkHttpFullRequestGetLexiconRequestMarshaller. marshall(GetLexiconRequest getLexiconRequest)
-