Uses of Class
org.apache.camel.component.aws2.textract.Textract2Configuration
Packages that use Textract2Configuration
Package
Description
-
Uses of Textract2Configuration in org.apache.camel.component.aws2.textract
Methods in org.apache.camel.component.aws2.textract that return Textract2ConfigurationModifier and TypeMethodDescriptionTextract2Configuration.copy()Textract2Component.getConfiguration()Textract2Endpoint.getConfiguration()protected Textract2ConfigurationTextract2Producer.getConfiguration()Methods in org.apache.camel.component.aws2.textract with parameters of type Textract2ConfigurationModifier and TypeMethodDescriptionvoidTextract2Component.setConfiguration(Textract2Configuration configuration) Component configurationConstructors in org.apache.camel.component.aws2.textract with parameters of type Textract2ConfigurationModifierConstructorDescriptionTextract2Endpoint(String uri, org.apache.camel.Component component, Textract2Configuration configuration) -
Uses of Textract2Configuration in org.apache.camel.component.aws2.textract.client
Methods in org.apache.camel.component.aws2.textract.client with parameters of type Textract2ConfigurationModifier and TypeMethodDescriptionstatic Textract2InternalClientTextract2ClientFactory.getTextractClient(Textract2Configuration configuration) Return the correct aws Textract client (based on remote vs local). -
Uses of Textract2Configuration in org.apache.camel.component.aws2.textract.client.impl
Constructors in org.apache.camel.component.aws2.textract.client.impl with parameters of type Textract2ConfigurationModifierConstructorDescriptionTextract2ClientIAMOptimized(Textract2Configuration configuration) Constructor that uses the config file.Textract2ClientIAMProfileOptimized(Textract2Configuration configuration) Constructor that uses the config file.Textract2ClientSessionTokenImpl(Textract2Configuration configuration) Constructor that uses the config file.Textract2ClientStandardImpl(Textract2Configuration configuration) Constructor that uses the config file.