public enum KinesisShardClosedStrategyEnum extends Enum<KinesisShardClosedStrategyEnum>
Modifier and Type | Method and Description |
---|---|
static KinesisShardClosedStrategyEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KinesisShardClosedStrategyEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KinesisShardClosedStrategyEnum ignore
public static final KinesisShardClosedStrategyEnum fail
public static final KinesisShardClosedStrategyEnum silent
public static KinesisShardClosedStrategyEnum[] values()
for (KinesisShardClosedStrategyEnum c : KinesisShardClosedStrategyEnum.values()) System.out.println(c);
public static KinesisShardClosedStrategyEnum 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