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