Uses of Class
org.apache.camel.component.aws.translate.TranslateOperations
-
-
Uses of TranslateOperations in org.apache.camel.component.aws.translate
Methods in org.apache.camel.component.aws.translate that return TranslateOperations Modifier and Type Method Description TranslateOperations
TranslateConfiguration. getOperation()
static TranslateOperations
TranslateOperations. valueOf(String name)
Returns the enum constant of this type with the specified name.static TranslateOperations[]
TranslateOperations. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.aws.translate with parameters of type TranslateOperations Modifier and Type Method Description void
TranslateConfiguration. setOperation(TranslateOperations operation)
The operation to perform
-