public static enum DdbStreamEndpointBuilderFactory.ShardIteratorType extends Enum<DdbStreamEndpointBuilderFactory.ShardIteratorType>
com.amazonaws.services.dynamodbv2.model.ShardIteratorType
enum.| Enum Constant and Description |
|---|
AFTER_SEQUENCE_NUMBER |
AT_SEQUENCE_NUMBER |
LATEST |
TRIM_HORIZON |
| Modifier and Type | Method and Description |
|---|---|
static DdbStreamEndpointBuilderFactory.ShardIteratorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DdbStreamEndpointBuilderFactory.ShardIteratorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DdbStreamEndpointBuilderFactory.ShardIteratorType TRIM_HORIZON
public static final DdbStreamEndpointBuilderFactory.ShardIteratorType LATEST
public static final DdbStreamEndpointBuilderFactory.ShardIteratorType AT_SEQUENCE_NUMBER
public static final DdbStreamEndpointBuilderFactory.ShardIteratorType AFTER_SEQUENCE_NUMBER
public static DdbStreamEndpointBuilderFactory.ShardIteratorType[] values()
for (DdbStreamEndpointBuilderFactory.ShardIteratorType c : DdbStreamEndpointBuilderFactory.ShardIteratorType.values()) System.out.println(c);
public static DdbStreamEndpointBuilderFactory.ShardIteratorType 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