Modifier and Type | Method and Description |
---|---|
JcloudsCommand |
JcloudsEndpoint.getCommand() |
JcloudsCommand |
JcloudsConfiguration.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.
|
Modifier and Type | Method and Description |
---|---|
void |
JcloudsEndpoint.setCommand(JcloudsCommand command) |
void |
JcloudsConfiguration.setCommand(JcloudsCommand command)
What command to execute such as blobstore or compute.
|
Apache Camel