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