Uses of Class
software.amazon.awssdk.services.polly.model.DeleteLexiconResponse
-
Packages that use DeleteLexiconResponse Package Description software.amazon.awssdk.services.polly Amazon Polly is a web service that makes it easy to synthesize speech from text. -
-
Uses of DeleteLexiconResponse in software.amazon.awssdk.services.polly
Methods in software.amazon.awssdk.services.polly that return DeleteLexiconResponse Modifier and Type Method Description default DeleteLexiconResponsePollyClient. deleteLexicon(Consumer<DeleteLexiconRequest.Builder> 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.Methods in software.amazon.awssdk.services.polly that return types with arguments of type DeleteLexiconResponse Modifier and Type Method Description default CompletableFuture<DeleteLexiconResponse>PollyAsyncClient. deleteLexicon(Consumer<DeleteLexiconRequest.Builder> deleteLexiconRequest)Deletes the specified pronunciation lexicon stored in an Amazon Web Services Region.default CompletableFuture<DeleteLexiconResponse>PollyAsyncClient. deleteLexicon(DeleteLexiconRequest deleteLexiconRequest)Deletes the specified pronunciation lexicon stored in an Amazon Web Services Region.
-