Uses of Class
software.amazon.awssdk.services.polly.model.PollyRequest
-
Packages that use PollyRequest Package Description software.amazon.awssdk.services.polly.internal software.amazon.awssdk.services.polly.model -
-
Uses of PollyRequest in software.amazon.awssdk.services.polly.internal
Methods in software.amazon.awssdk.services.polly.internal with type parameters of type PollyRequest Modifier and Type Method Description static <T extends PollyRequest>
TUserAgentUtils. applyPaginatorUserAgent(T request)static <T extends PollyRequest>
TUserAgentUtils. applyUserAgentInfo(T request, Consumer<AwsRequestOverrideConfiguration.Builder> userAgentApplier) -
Uses of PollyRequest in software.amazon.awssdk.services.polly.model
Subclasses of PollyRequest in software.amazon.awssdk.services.polly.model Modifier and Type Class Description classDeleteLexiconRequestclassDescribeVoicesRequestclassGetLexiconRequestclassGetSpeechSynthesisTaskRequestclassListLexiconsRequestclassListSpeechSynthesisTasksRequestclassPutLexiconRequestclassStartSpeechSynthesisTaskRequestclassSynthesizeSpeechRequestMethods in software.amazon.awssdk.services.polly.model that return PollyRequest Modifier and Type Method Description PollyRequestPollyRequest.Builder. build()Constructors in software.amazon.awssdk.services.polly.model with parameters of type PollyRequest Constructor Description BuilderImpl(PollyRequest request)
-