Uses of Class
org.apache.camel.component.aws.kinesis.KinesisShardClosedStrategyEnum
-
Packages that use KinesisShardClosedStrategyEnum Package Description org.apache.camel.component.aws.kinesis -
-
Uses of KinesisShardClosedStrategyEnum in org.apache.camel.component.aws.kinesis
Methods in org.apache.camel.component.aws.kinesis that return KinesisShardClosedStrategyEnum Modifier and Type Method Description KinesisShardClosedStrategyEnum
KinesisConfiguration. getShardClosed()
static KinesisShardClosedStrategyEnum
KinesisShardClosedStrategyEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static KinesisShardClosedStrategyEnum[]
KinesisShardClosedStrategyEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.aws.kinesis with parameters of type KinesisShardClosedStrategyEnum Modifier and Type Method Description void
KinesisConfiguration. setShardClosed(KinesisShardClosedStrategyEnum shardClosed)
-