Package | Description |
---|---|
com.amazonaws.services.kinesis.model | |
com.amazonaws.services.kinesis.model.transform |
Modifier and Type | Field and Description |
---|---|
private HashKeyRange |
Shard.hashKeyRange
The range of possible hash key values for the shard, which is a set of
ordered contiguous positive integers.
|
Modifier and Type | Method and 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(java.lang.String endingHashKey)
The ending hash key of the hash key range.
|
HashKeyRange |
HashKeyRange.withStartingHashKey(java.lang.String startingHashKey)
The starting hash key of the hash key range.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
HashKeyRange |
HashKeyRangeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HashKeyRangeJsonMarshaller.marshall(HashKeyRange hashKeyRange,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|