Uses of Enum
com.amazonaws.services.kinesis.model.ShardIteratorType
Packages that use ShardIteratorType
-
Uses of ShardIteratorType in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return ShardIteratorTypeModifier and TypeMethodDescriptionstatic ShardIteratorTypeUse this in place of valueOf.static ShardIteratorTypeReturns the enum constant of this type with the specified name.static ShardIteratorType[]ShardIteratorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.kinesis.model with parameters of type ShardIteratorTypeModifier and TypeMethodDescriptionvoidGetShardIteratorRequest.setShardIteratorType(ShardIteratorType shardIteratorType) Determines how the shard iterator is used to start reading data records from the shard.GetShardIteratorRequest.withShardIteratorType(ShardIteratorType shardIteratorType) Determines how the shard iterator is used to start reading data records from the shard.