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