public static enum AmazonDynamoDBStreamsAdapterClient.SkipRecordsBehavior extends java.lang.Enum<AmazonDynamoDBStreamsAdapterClient.SkipRecordsBehavior>
| Enum Constant and Description |
|---|
KCL_RETRY
Throws an exception to KCL, which retries (infinitely) to fetch the data
|
SKIP_RECORDS_TO_TRIM_HORIZON
Skips processing to the oldest available record
|
| Modifier and Type | Method and Description |
|---|---|
static AmazonDynamoDBStreamsAdapterClient.SkipRecordsBehavior |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AmazonDynamoDBStreamsAdapterClient.SkipRecordsBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AmazonDynamoDBStreamsAdapterClient.SkipRecordsBehavior SKIP_RECORDS_TO_TRIM_HORIZON
public static final AmazonDynamoDBStreamsAdapterClient.SkipRecordsBehavior KCL_RETRY
public static AmazonDynamoDBStreamsAdapterClient.SkipRecordsBehavior[] values()
for (AmazonDynamoDBStreamsAdapterClient.SkipRecordsBehavior c : AmazonDynamoDBStreamsAdapterClient.SkipRecordsBehavior.values()) System.out.println(c);
public static AmazonDynamoDBStreamsAdapterClient.SkipRecordsBehavior valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null