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 HashKeyRange
HashKeyRange. clone()
HashKeyRange
Shard. getHashKeyRange()
The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.HashKeyRange
HashKeyRange. withEndingHashKey(String endingHashKey)
The ending hash key of the hash key range.HashKeyRange
HashKeyRange. 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 void
Shard. setHashKeyRange(HashKeyRange hashKeyRange)
The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.Shard
Shard. withHashKeyRange(HashKeyRange hashKeyRange)
The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
-