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