Uses of Class
software.amazon.awssdk.services.kinesis.model.ChildShard
-
Packages that use ChildShard Package Description software.amazon.awssdk.services.kinesis.model -
-
Uses of ChildShard in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type ChildShard Modifier and Type Method Description List<ChildShard>GetRecordsResponse. childShards()The list of the current shard's child shards, returned in theGetRecordsAPI's response only when the end of the current shard is reached.List<ChildShard>SubscribeToShardEvent. childShards()The list of the child shards of the current shard, returned only at the end of the current shard.Methods in software.amazon.awssdk.services.kinesis.model with parameters of type ChildShard Modifier and Type Method Description GetRecordsResponse.BuilderGetRecordsResponse.Builder. childShards(ChildShard... childShards)The list of the current shard's child shards, returned in theGetRecordsAPI's response only when the end of the current shard is reached.SubscribeToShardEvent.BuilderSubscribeToShardEvent.Builder. childShards(ChildShard... childShards)The list of the child shards of the current shard, returned only at the end of the current shard.SubscribeToShardEvent.BuilderSubscribeToShardEvent.BuilderImpl. childShards(ChildShard... childShards)Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type ChildShard Modifier and Type Method Description GetRecordsResponse.BuilderGetRecordsResponse.Builder. childShards(Collection<ChildShard> childShards)The list of the current shard's child shards, returned in theGetRecordsAPI's response only when the end of the current shard is reached.SubscribeToShardEvent.BuilderSubscribeToShardEvent.Builder. childShards(Collection<ChildShard> childShards)The list of the child shards of the current shard, returned only at the end of the current shard.SubscribeToShardEvent.BuilderSubscribeToShardEvent.BuilderImpl. childShards(Collection<ChildShard> childShards)
-