Uses of Class
com.amazonaws.services.kinesis.model.HashKeyRange

Packages that use HashKeyRange
com.amazonaws.services.kinesis.model Classes modeling the various types represented by AmazonKinesis. 
 

Uses of HashKeyRange in com.amazonaws.services.kinesis.model
 

Methods in com.amazonaws.services.kinesis.model that return HashKeyRange
 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
 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.
 



Copyright © 2016. All rights reserved.