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