Uses of Interface
software.amazon.awssdk.services.polly.model.GetLexiconRequest.Builder
-
Packages that use GetLexiconRequest.Builder Package Description software.amazon.awssdk.services.polly Amazon Polly is a web service that makes it easy to synthesize speech from text.software.amazon.awssdk.services.polly.model -
-
Uses of GetLexiconRequest.Builder in software.amazon.awssdk.services.polly
Method parameters in software.amazon.awssdk.services.polly with type arguments of type GetLexiconRequest.Builder Modifier and Type Method Description default CompletableFuture<GetLexiconResponse>PollyAsyncClient. getLexicon(Consumer<GetLexiconRequest.Builder> getLexiconRequest)Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region.default GetLexiconResponsePollyClient. getLexicon(Consumer<GetLexiconRequest.Builder> getLexiconRequest)Returns the content of the specified pronunciation lexicon stored in an Amazon Web Services Region. -
Uses of GetLexiconRequest.Builder in software.amazon.awssdk.services.polly.model
Methods in software.amazon.awssdk.services.polly.model that return GetLexiconRequest.Builder Modifier and Type Method Description static GetLexiconRequest.BuilderGetLexiconRequest. builder()GetLexiconRequest.BuilderGetLexiconRequest.Builder. name(String name)Name of the lexicon.GetLexiconRequest.BuilderGetLexiconRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLexiconRequest.BuilderGetLexiconRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLexiconRequest.BuilderGetLexiconRequest. toBuilder()Methods in software.amazon.awssdk.services.polly.model that return types with arguments of type GetLexiconRequest.Builder Modifier and Type Method Description static Class<? extends GetLexiconRequest.Builder>GetLexiconRequest. serializableBuilderClass()
-