| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesis.model |
| Modifier and Type | Method and Description |
|---|---|
List<ChildShard> |
SubscribeToShardEvent.childShards()
Returns the value of the ChildShards property for this object.
|
List<ChildShard> |
GetRecordsResponse.childShards()
Returns the value of the ChildShards property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
SubscribeToShardEvent.Builder |
SubscribeToShardEvent.Builder.childShards(ChildShard... childShards)
Sets the value of the ChildShards property for this object.
|
SubscribeToShardEvent.Builder |
SubscribeToShardEvent.BuilderImpl.childShards(ChildShard... childShards) |
GetRecordsResponse.Builder |
GetRecordsResponse.Builder.childShards(ChildShard... childShards)
Sets the value of the ChildShards property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
SubscribeToShardEvent.Builder |
SubscribeToShardEvent.Builder.childShards(Collection<ChildShard> childShards)
Sets the value of the ChildShards property for this object.
|
SubscribeToShardEvent.Builder |
SubscribeToShardEvent.BuilderImpl.childShards(Collection<ChildShard> childShards) |
GetRecordsResponse.Builder |
GetRecordsResponse.Builder.childShards(Collection<ChildShard> childShards)
Sets the value of the ChildShards property for this object.
|
Copyright © 2021. All rights reserved.