Uses of Interface
software.amazon.awssdk.services.translate.TranslateBaseClientBuilder
-
Packages that use TranslateBaseClientBuilder Package Description software.amazon.awssdk.services.translate Provides translation of the input content from the source language to the target language. -
-
Uses of TranslateBaseClientBuilder in software.amazon.awssdk.services.translate
Classes in software.amazon.awssdk.services.translate with type parameters of type TranslateBaseClientBuilder Modifier and Type Interface Description interfaceTranslateBaseClientBuilder<B extends TranslateBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Translate that is supported by bothTranslateClientBuilderandTranslateAsyncClientBuilder.Subinterfaces of TranslateBaseClientBuilder in software.amazon.awssdk.services.translate Modifier and Type Interface Description interfaceTranslateAsyncClientBuilderA builder for creating an instance ofTranslateAsyncClient.interfaceTranslateClientBuilderA builder for creating an instance ofTranslateClient.
-