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