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 JcloudsCommand
JcloudsConfiguration. getCommand()
JcloudsCommand
JcloudsEndpoint. getCommand()
static JcloudsCommand
JcloudsCommand. 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 void
JcloudsConfiguration. setCommand(JcloudsCommand command)
What command to execute such as blobstore or compute.void
JcloudsEndpoint. setCommand(JcloudsCommand command)
-