Skip navigation links
B C D G I O P S T V 

B

buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.aws2.translate.Translate2EndpointUriFactory
 

C

configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.aws2.translate.Translate2ComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.aws2.translate.Translate2EndpointConfigurer
 
copy() - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
 
createConsumer(Processor) - Method in class org.apache.camel.component.aws2.translate.Translate2Endpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.aws2.translate.Translate2Component
 
createProducer() - Method in class org.apache.camel.component.aws2.translate.Translate2Endpoint
 

D

doStart() - Method in class org.apache.camel.component.aws2.translate.Translate2Endpoint
 
doStop() - Method in class org.apache.camel.component.aws2.translate.Translate2Endpoint
 

G

getAccessKey() - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
 
getAutowiredNames() - Method in class org.apache.camel.component.aws2.translate.Translate2ComponentConfigurer
 
getAutowiredNames() - Method in class org.apache.camel.component.aws2.translate.Translate2EndpointConfigurer
 
getConfiguration() - Method in class org.apache.camel.component.aws2.translate.Translate2Component
 
getConfiguration() - Method in class org.apache.camel.component.aws2.translate.Translate2Endpoint
 
getConfiguration() - Method in class org.apache.camel.component.aws2.translate.Translate2Producer
 
getEndpoint() - Method in class org.apache.camel.component.aws2.translate.Translate2Producer
 
getMessageForResponse(Exchange) - Static method in class org.apache.camel.component.aws2.translate.Translate2Producer
 
getOperation() - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.aws2.translate.Translate2ComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.aws2.translate.Translate2EndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.aws2.translate.Translate2ComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.aws2.translate.Translate2EndpointConfigurer
 
getProxyHost() - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
 
getProxyPort() - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
 
getProxyProtocol() - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
 
getRegion() - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
 
getSecretKey() - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
 
getSourceLanguage() - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
 
getTargetLanguage() - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
 
getTranslateClient() - Method in class org.apache.camel.component.aws2.translate.client.impl.Translate2ClientIAMOptimized
Getting the Translate aws client that is used.
getTranslateClient() - Method in class org.apache.camel.component.aws2.translate.client.impl.Translate2ClientStandardImpl
Getting the Translate aws client that is used.
getTranslateClient(Translate2Configuration) - Static method in class org.apache.camel.component.aws2.translate.client.Translate2ClientFactory
Return the correct aws Translate client (based on remote vs local).
getTranslateClient() - Method in interface org.apache.camel.component.aws2.translate.client.Translate2InternalClient
Returns an sts client after a factory method determines which one to return.
getTranslateClient() - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
 
getTranslateClient() - Method in class org.apache.camel.component.aws2.translate.Translate2Endpoint
 
getUriEndpointOverride() - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
 

I

isAutodetectSourceLanguage() - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
 
isEnabled(String) - Method in class org.apache.camel.component.aws2.translate.Translate2EndpointUriFactory
 
isLenientProperties() - Method in class org.apache.camel.component.aws2.translate.Translate2EndpointUriFactory
 
isOverrideEndpoint() - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
 
isPojoRequest() - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
 
isTrustAllCertificates() - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
 
isUseDefaultCredentialsProvider() - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
 

O

OPERATION - Static variable in interface org.apache.camel.component.aws2.translate.Translate2Constants
 
org.apache.camel.component.aws2.translate - package org.apache.camel.component.aws2.translate
 
org.apache.camel.component.aws2.translate.client - package org.apache.camel.component.aws2.translate.client
 
org.apache.camel.component.aws2.translate.client.impl - package org.apache.camel.component.aws2.translate.client.impl
 

P

process(Exchange) - Method in class org.apache.camel.component.aws2.translate.Translate2Producer
 
propertyNames() - Method in class org.apache.camel.component.aws2.translate.Translate2EndpointUriFactory
 

S

secretPropertyNames() - Method in class org.apache.camel.component.aws2.translate.Translate2EndpointUriFactory
 
setAccessKey(String) - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
Amazon AWS Access Key
setAutodetectSourceLanguage(boolean) - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
Being able to autodetect the source language
setConfiguration(Translate2Configuration) - Method in class org.apache.camel.component.aws2.translate.Translate2Component
Component configuration
setOperation(Translate2Operations) - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
The operation to perform
setOverrideEndpoint(boolean) - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
Set the need for overidding the endpoint.
setPojoRequest(boolean) - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
If we want to use a POJO request as body or not
setProxyHost(String) - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
To define a proxy host when instantiating the Translate client
setProxyPort(Integer) - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
To define a proxy port when instantiating the Translate client
setProxyProtocol(Protocol) - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
To define a proxy protocol when instantiating the Translate client
setRegion(String) - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
The region in which Translate client needs to work.
setSecretKey(String) - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
Amazon AWS Secret Key
setSourceLanguage(String) - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
Source language to use
setTargetLanguage(String) - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
Target language to use
setTranslateClient(TranslateClient) - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
To use a existing configured AWS Translate as client
setTrustAllCertificates(boolean) - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
If we want to trust all certificates in case of overriding the endpoint
setUriEndpointOverride(String) - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
Set the overriding uri endpoint.
setUseDefaultCredentialsProvider(Boolean) - Method in class org.apache.camel.component.aws2.translate.Translate2Configuration
Set whether the Translate client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.
SOURCE_LANGUAGE - Static variable in interface org.apache.camel.component.aws2.translate.Translate2Constants
 

T

TARGET_LANGUAGE - Static variable in interface org.apache.camel.component.aws2.translate.Translate2Constants
 
TERMINOLOGY_NAMES - Static variable in interface org.apache.camel.component.aws2.translate.Translate2Constants
 
toString() - Method in enum org.apache.camel.component.aws2.translate.Translate2LanguageEnum
 
toString() - Method in class org.apache.camel.component.aws2.translate.Translate2Producer
 
Translate2ClientFactory - Class in org.apache.camel.component.aws2.translate.client
Factory class to return the correct type of AWS Translate aws.
Translate2ClientIAMOptimized - Class in org.apache.camel.component.aws2.translate.client.impl
Manage an AWS Translate client for all users to use.
Translate2ClientIAMOptimized(Translate2Configuration) - Constructor for class org.apache.camel.component.aws2.translate.client.impl.Translate2ClientIAMOptimized
Constructor that uses the config file.
Translate2ClientStandardImpl - Class in org.apache.camel.component.aws2.translate.client.impl
Manage an AWS Translate client for all users to use.
Translate2ClientStandardImpl(Translate2Configuration) - Constructor for class org.apache.camel.component.aws2.translate.client.impl.Translate2ClientStandardImpl
Constructor that uses the config file.
Translate2Component - Class in org.apache.camel.component.aws2.translate
For working with Amazon Translate SDK v2.
Translate2Component() - Constructor for class org.apache.camel.component.aws2.translate.Translate2Component
 
Translate2Component(CamelContext) - Constructor for class org.apache.camel.component.aws2.translate.Translate2Component
 
Translate2ComponentConfigurer - Class in org.apache.camel.component.aws2.translate
Generated by camel build tools - do NOT edit this file!
Translate2ComponentConfigurer() - Constructor for class org.apache.camel.component.aws2.translate.Translate2ComponentConfigurer
 
Translate2ComponentVerifierExtension - Class in org.apache.camel.component.aws2.translate
 
Translate2ComponentVerifierExtension() - Constructor for class org.apache.camel.component.aws2.translate.Translate2ComponentVerifierExtension
 
Translate2ComponentVerifierExtension(String) - Constructor for class org.apache.camel.component.aws2.translate.Translate2ComponentVerifierExtension
 
Translate2Configuration - Class in org.apache.camel.component.aws2.translate
 
Translate2Configuration() - Constructor for class org.apache.camel.component.aws2.translate.Translate2Configuration
 
Translate2Constants - Interface in org.apache.camel.component.aws2.translate
Constants used in Camel AWS2 Translate module
Translate2Endpoint - Class in org.apache.camel.component.aws2.translate
Translate texts using AWS Translate and AWS SDK version 2.x.
Translate2Endpoint(String, Component, Translate2Configuration) - Constructor for class org.apache.camel.component.aws2.translate.Translate2Endpoint
 
Translate2EndpointConfigurer - Class in org.apache.camel.component.aws2.translate
Generated by camel build tools - do NOT edit this file!
Translate2EndpointConfigurer() - Constructor for class org.apache.camel.component.aws2.translate.Translate2EndpointConfigurer
 
Translate2EndpointUriFactory - Class in org.apache.camel.component.aws2.translate
Generated by camel build tools - do NOT edit this file!
Translate2EndpointUriFactory() - Constructor for class org.apache.camel.component.aws2.translate.Translate2EndpointUriFactory
 
Translate2InternalClient - Interface in org.apache.camel.component.aws2.translate.client
 
Translate2LanguageEnum - Enum in org.apache.camel.component.aws2.translate
 
Translate2Operations - Enum in org.apache.camel.component.aws2.translate
 
Translate2Producer - Class in org.apache.camel.component.aws2.translate
A Producer which sends messages to the Amazon Translate Service SDK v2 AWS Translate
Translate2Producer(Endpoint) - Constructor for class org.apache.camel.component.aws2.translate.Translate2Producer
 

V

valueOf(String) - Static method in enum org.apache.camel.component.aws2.translate.Translate2LanguageEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.component.aws2.translate.Translate2Operations
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.aws2.translate.Translate2LanguageEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.component.aws2.translate.Translate2Operations
Returns an array containing the constants of this enum type, in the order they are declared.
verifyConnectivity(Map<String, Object>) - Method in class org.apache.camel.component.aws2.translate.Translate2ComponentVerifierExtension
 
verifyParameters(Map<String, Object>) - Method in class org.apache.camel.component.aws2.translate.Translate2ComponentVerifierExtension
 
B C D G I O P S T V 
Skip navigation links

Apache Camel