Uses of Class
software.amazon.awssdk.services.polly.presigner.model.SynthesizeSpeechPresignRequest
-
-
Uses of SynthesizeSpeechPresignRequest in software.amazon.awssdk.services.polly.internal.presigner
Methods in software.amazon.awssdk.services.polly.internal.presigner with parameters of type SynthesizeSpeechPresignRequest Modifier and Type Method Description PresignedSynthesizeSpeechRequestDefaultPollyPresigner. presignSynthesizeSpeech(SynthesizeSpeechPresignRequest synthesizeSpeechPresignRequest) -
Uses of SynthesizeSpeechPresignRequest in software.amazon.awssdk.services.polly.presigner
Methods in software.amazon.awssdk.services.polly.presigner with parameters of type SynthesizeSpeechPresignRequest Modifier and Type Method Description PresignedSynthesizeSpeechRequestPollyPresigner. presignSynthesizeSpeech(SynthesizeSpeechPresignRequest synthesizeSpeechPresignRequest)Presign aSynthesizeSpeechRequestso that it can be executed at a later time without requiring additional signing or authentication. -
Uses of SynthesizeSpeechPresignRequest in software.amazon.awssdk.services.polly.presigner.model
Methods in software.amazon.awssdk.services.polly.presigner.model that return SynthesizeSpeechPresignRequest Modifier and Type Method Description SynthesizeSpeechPresignRequestSynthesizeSpeechPresignRequest.Builder. build()Build the presigned request, based on the configuration on this builder.
-