Uses of Class
software.amazon.awssdk.services.polly.model.InvalidSnsTopicArnException
-
Packages that use InvalidSnsTopicArnException Package Description software.amazon.awssdk.services.polly Amazon Polly is a web service that makes it easy to synthesize speech from text. -
-
Uses of InvalidSnsTopicArnException in software.amazon.awssdk.services.polly
Methods in software.amazon.awssdk.services.polly that throw InvalidSnsTopicArnException Modifier and Type Method Description default StartSpeechSynthesisTaskResponsePollyClient. startSpeechSynthesisTask(Consumer<StartSpeechSynthesisTaskRequest.Builder> startSpeechSynthesisTaskRequest)Allows the creation of an asynchronous synthesis task, by starting a newSpeechSynthesisTask.default StartSpeechSynthesisTaskResponsePollyClient. startSpeechSynthesisTask(StartSpeechSynthesisTaskRequest startSpeechSynthesisTaskRequest)Allows the creation of an asynchronous synthesis task, by starting a newSpeechSynthesisTask.
-