Uses of Class
org.apache.camel.component.jclouds.JcloudsCommand
-
-
Uses of JcloudsCommand in org.apache.camel.component.jclouds
Methods in org.apache.camel.component.jclouds that return JcloudsCommand Modifier and Type Method Description JcloudsCommandJcloudsConfiguration. getCommand()JcloudsCommandJcloudsEndpoint. getCommand()static JcloudsCommandJcloudsCommand. valueOf(String name)Returns the enum constant of this type with the specified name.static JcloudsCommand[]JcloudsCommand. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.jclouds with parameters of type JcloudsCommand Modifier and Type Method Description voidJcloudsConfiguration. setCommand(JcloudsCommand command)What command to execute such as blobstore or compute.voidJcloudsEndpoint. setCommand(JcloudsCommand command)
-