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