Uses of Class
software.amazon.awssdk.services.kinesis.model.HashKeyRange
Packages that use HashKeyRange
-
Uses of HashKeyRange in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return HashKeyRangeModifier and TypeMethodDescriptionfinal HashKeyRangeChildShard.hashKeyRange()Returns the value of the HashKeyRange property for this object.final HashKeyRangeShard.hashKeyRange()The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.Methods in software.amazon.awssdk.services.kinesis.model with parameters of type HashKeyRangeModifier and TypeMethodDescriptionChildShard.Builder.hashKeyRange(HashKeyRange hashKeyRange) Sets the value of the HashKeyRange property for this object.Shard.Builder.hashKeyRange(HashKeyRange hashKeyRange) The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.