Uses of Class
org.apache.camel.component.aws2.translate.Translate2Configuration
Packages that use Translate2Configuration
Package
Description
-
Uses of Translate2Configuration in org.apache.camel.component.aws2.translate
Methods in org.apache.camel.component.aws2.translate that return Translate2ConfigurationModifier and TypeMethodDescriptionTranslate2Configuration.copy()Translate2Component.getConfiguration()Translate2Endpoint.getConfiguration()protected Translate2ConfigurationTranslate2Producer.getConfiguration()Methods in org.apache.camel.component.aws2.translate with parameters of type Translate2ConfigurationModifier and TypeMethodDescriptionvoidTranslate2Component.setConfiguration(Translate2Configuration configuration) Component configurationConstructors in org.apache.camel.component.aws2.translate with parameters of type Translate2ConfigurationModifierConstructorDescriptionTranslate2Endpoint(String uri, org.apache.camel.Component component, Translate2Configuration configuration) -
Uses of Translate2Configuration in org.apache.camel.component.aws2.translate.client
Methods in org.apache.camel.component.aws2.translate.client with parameters of type Translate2ConfigurationModifier and TypeMethodDescriptionstatic Translate2InternalClientTranslate2ClientFactory.getTranslateClient(Translate2Configuration configuration) Return the correct aws Translate client (based on remote vs local). -
Uses of Translate2Configuration in org.apache.camel.component.aws2.translate.client.impl
Constructors in org.apache.camel.component.aws2.translate.client.impl with parameters of type Translate2ConfigurationModifierConstructorDescriptionTranslate2ClientIAMOptimized(Translate2Configuration configuration) Constructor that uses the config file.Translate2ClientStandardImpl(Translate2Configuration configuration) Constructor that uses the config file.