public static enum MQEndpointBuilderFactory.MQOperations extends Enum<MQEndpointBuilderFactory.MQOperations>
org.apache.camel.component.aws.mq.MQOperations enum.| Enum Constant and Description |
|---|
createBroker |
deleteBroker |
describeBroker |
listBrokers |
rebootBroker |
updateBroker |
| Modifier and Type | Method and Description |
|---|---|
static MQEndpointBuilderFactory.MQOperations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MQEndpointBuilderFactory.MQOperations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MQEndpointBuilderFactory.MQOperations listBrokers
public static final MQEndpointBuilderFactory.MQOperations createBroker
public static final MQEndpointBuilderFactory.MQOperations deleteBroker
public static final MQEndpointBuilderFactory.MQOperations rebootBroker
public static final MQEndpointBuilderFactory.MQOperations updateBroker
public static final MQEndpointBuilderFactory.MQOperations describeBroker
public static MQEndpointBuilderFactory.MQOperations[] values()
for (MQEndpointBuilderFactory.MQOperations c : MQEndpointBuilderFactory.MQOperations.values()) System.out.println(c);
public static MQEndpointBuilderFactory.MQOperations valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullApache Camel