Class Translate2ClientFactory
java.lang.Object
org.apache.camel.component.aws2.translate.client.Translate2ClientFactory
Factory class to return the correct type of AWS Translate aws.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Translate2InternalClientgetTranslateClient(Translate2Configuration configuration) Return the correct aws Translate client (based on remote vs local).
-
Method Details
-
getTranslateClient
Return the correct aws Translate client (based on remote vs local).- Parameters:
configuration- configuration- Returns:
- TranslateClient
-