public static enum Sqs2EndpointBuilderFactory.Sqs2Operations extends Enum<Sqs2EndpointBuilderFactory.Sqs2Operations>
org.apache.camel.component.aws2.sqs.Sqs2Operations enum.| Enum Constant and Description |
|---|
deleteMessage |
listQueues |
purgeQueue |
sendBatchMessage |
| Modifier and Type | Method and Description |
|---|---|
static Sqs2EndpointBuilderFactory.Sqs2Operations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sqs2EndpointBuilderFactory.Sqs2Operations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Sqs2EndpointBuilderFactory.Sqs2Operations sendBatchMessage
public static final Sqs2EndpointBuilderFactory.Sqs2Operations deleteMessage
public static final Sqs2EndpointBuilderFactory.Sqs2Operations listQueues
public static final Sqs2EndpointBuilderFactory.Sqs2Operations purgeQueue
public static Sqs2EndpointBuilderFactory.Sqs2Operations[] values()
for (Sqs2EndpointBuilderFactory.Sqs2Operations c : Sqs2EndpointBuilderFactory.Sqs2Operations.values()) System.out.println(c);
public static Sqs2EndpointBuilderFactory.Sqs2Operations 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