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