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