Uses of Class
com.amazonaws.services.kinesis.model.HashKeyRange
-
Packages that use HashKeyRange Package Description com.amazonaws.services.kinesis.model -
-
Uses of HashKeyRange in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return HashKeyRange Modifier and Type Method Description HashKeyRangeHashKeyRange. clone()HashKeyRangeShard. getHashKeyRange()The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.HashKeyRangeHashKeyRange. withEndingHashKey(String endingHashKey)The ending hash key of the hash key range.HashKeyRangeHashKeyRange. withStartingHashKey(String startingHashKey)The starting hash key of the hash key range.Methods in com.amazonaws.services.kinesis.model with parameters of type HashKeyRange Modifier and Type Method Description voidShard. setHashKeyRange(HashKeyRange hashKeyRange)The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.ShardShard. withHashKeyRange(HashKeyRange hashKeyRange)The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
-