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