| 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) |
ChildShard |
ChildShard.withParentShards(String... parentShards)
NOTE: This method appends the values to the existing list (if any).
|
ChildShard |
ChildShard.withShardId(String shardId) |
| Modifier and Type | Method and Description |
|---|---|
List<ChildShard> |
GetRecordsResult.getChildShards() |
| Modifier and Type | Method and Description |
|---|---|
GetRecordsResult |
GetRecordsResult.withChildShards(ChildShard... childShards)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRecordsResult.setChildShards(Collection<ChildShard> childShards) |
GetRecordsResult |
GetRecordsResult.withChildShards(Collection<ChildShard> childShards) |
Copyright © 2021. All rights reserved.