Uses of Enum Class
org.apache.camel.component.aws2.lambda.Lambda2Operations
Packages that use Lambda2Operations
-
Uses of Lambda2Operations in org.apache.camel.component.aws2.lambda
Methods in org.apache.camel.component.aws2.lambda that return Lambda2OperationsModifier and TypeMethodDescriptionLambda2Configuration.getOperation()static Lambda2OperationsReturns the enum constant of this class with the specified name.static Lambda2Operations[]Lambda2Operations.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.aws2.lambda with parameters of type Lambda2OperationsModifier and TypeMethodDescriptionvoidLambda2Configuration.setOperation(Lambda2Operations operation) The operation to perform.