Uses of Class
software.amazon.awssdk.services.polly.model.DeleteLexiconRequest
-
Packages that use DeleteLexiconRequest 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 DeleteLexiconRequest in software.amazon.awssdk.services.polly
Methods in software.amazon.awssdk.services.polly with parameters of type DeleteLexiconRequest Modifier and Type Method Description default CompletableFuture<DeleteLexiconResponse>PollyAsyncClient. deleteLexicon(DeleteLexiconRequest deleteLexiconRequest)Deletes the specified pronunciation lexicon stored in an Amazon Web Services Region.default DeleteLexiconResponsePollyClient. deleteLexicon(DeleteLexiconRequest deleteLexiconRequest)Deletes the specified pronunciation lexicon stored in an Amazon Web Services Region. -
Uses of DeleteLexiconRequest in software.amazon.awssdk.services.polly.transform
Methods in software.amazon.awssdk.services.polly.transform with parameters of type DeleteLexiconRequest Modifier and Type Method Description SdkHttpFullRequestDeleteLexiconRequestMarshaller. marshall(DeleteLexiconRequest deleteLexiconRequest)
-