Uses of Class
software.amazon.awssdk.services.polly.model.InvalidS3KeyException
-
Packages that use InvalidS3KeyException Package Description software.amazon.awssdk.services.polly Amazon Polly is a web service that makes it easy to synthesize speech from text. -
-
Uses of InvalidS3KeyException in software.amazon.awssdk.services.polly
Methods in software.amazon.awssdk.services.polly that throw InvalidS3KeyException 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.
-