Package | Description |
---|---|
com.amazonaws.services.kinesis.model | |
com.amazonaws.services.kinesis.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Shard> |
StreamDescription.shards
The shards that comprise the stream.
|
Modifier and Type | Method and Description |
---|---|
Shard |
Shard.clone() |
Shard |
Shard.withAdjacentParentShardId(java.lang.String adjacentParentShardId)
The shard ID of the shard adjacent to the shard's parent.
|
Shard |
Shard.withHashKeyRange(HashKeyRange hashKeyRange)
The range of possible hash key values for the shard, which is a set of
ordered contiguous positive integers.
|
Shard |
Shard.withParentShardId(java.lang.String parentShardId)
The shard ID of the shard's parent.
|
Shard |
Shard.withSequenceNumberRange(SequenceNumberRange sequenceNumberRange)
The range of possible sequence numbers for the shard.
|
Shard |
Shard.withShardId(java.lang.String shardId)
The unique identifier of the shard within the stream.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Shard> |
StreamDescription.getShards()
The shards that comprise the stream.
|
Modifier and Type | Method and Description |
---|---|
StreamDescription |
StreamDescription.withShards(Shard... shards)
The shards that comprise the stream.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamDescription.setShards(java.util.Collection<Shard> shards)
The shards that comprise the stream.
|
StreamDescription |
StreamDescription.withShards(java.util.Collection<Shard> shards)
The shards that comprise the stream.
|
Modifier and Type | Method and Description |
---|---|
Shard |
ShardJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ShardJsonMarshaller.marshall(Shard shard,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|