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