Uses of Class
software.amazon.awssdk.services.kinesis.model.HashKeyRange
-
Packages that use HashKeyRange Package Description software.amazon.awssdk.services.kinesis.model -
-
Uses of HashKeyRange in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return HashKeyRange Modifier and Type Method Description HashKeyRangeChildShard. hashKeyRange()Returns the value of the HashKeyRange property for this object.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 HashKeyRange Modifier and Type Method Description ChildShard.BuilderChildShard.Builder. hashKeyRange(HashKeyRange hashKeyRange)Sets the value of the HashKeyRange property for this object.Shard.BuilderShard.Builder. hashKeyRange(HashKeyRange hashKeyRange)The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.
-