Uses of Interface
software.amazon.awssdk.services.polly.PollyBaseClientBuilder
-
Packages that use PollyBaseClientBuilder Package Description software.amazon.awssdk.services.polly Amazon Polly is a web service that makes it easy to synthesize speech from text. -
-
Uses of PollyBaseClientBuilder in software.amazon.awssdk.services.polly
Classes in software.amazon.awssdk.services.polly with type parameters of type PollyBaseClientBuilder Modifier and Type Interface Description interfacePollyBaseClientBuilder<B extends PollyBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Polly that is supported by bothPollyClientBuilderandPollyAsyncClientBuilder.Subinterfaces of PollyBaseClientBuilder in software.amazon.awssdk.services.polly Modifier and Type Interface Description interfacePollyAsyncClientBuilderA builder for creating an instance ofPollyAsyncClient.interfacePollyClientBuilderA builder for creating an instance ofPollyClient.
-