| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.model |
| Modifier and Type | Method and Description |
|---|---|
ChildShard |
ChildShard.clone() |
ChildShard |
ChildShard.withHashKeyRange(HashKeyRange hashKeyRange) |
ChildShard |
ChildShard.withParentShards(Collection<String> parentShards)
The current shard that is the parent of the existing child shard.
|
ChildShard |
ChildShard.withParentShards(String... parentShards)
The current shard that is the parent of the existing child shard.
|
ChildShard |
ChildShard.withShardId(String shardId)
The shard ID of the existing child shard of the current shard.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChildShard> |
GetRecordsResult.getChildShards()
The list of the current shard's child shards, returned in the
GetRecords API's response only when
the end of the current shard is reached. |
| Modifier and Type | Method and Description |
|---|---|
GetRecordsResult |
GetRecordsResult.withChildShards(ChildShard... childShards)
The list of the current shard's child shards, returned in the
GetRecords API's response only when
the end of the current shard is reached. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetRecordsResult.setChildShards(Collection<ChildShard> childShards)
The list of the current shard's child shards, returned in the
GetRecords API's response only when
the end of the current shard is reached. |
GetRecordsResult |
GetRecordsResult.withChildShards(Collection<ChildShard> childShards)
The list of the current shard's child shards, returned in the
GetRecords API's response only when
the end of the current shard is reached. |
Copyright © 2025. All rights reserved.