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