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