Uses of Class
software.amazon.awssdk.services.kinesis.model.ChildShard
Packages that use ChildShard
-
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 ChildShardModifier and TypeMethodDescriptionfinal 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.final 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 ChildShardModifier and TypeMethodDescriptionGetRecordsResponse.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.Builder.childShards(ChildShard... childShards) The list of the child shards of the current shard, returned only at the end of the current shard.SubscribeToShardEvent.BuilderImpl.childShards(ChildShard... childShards) Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type ChildShardModifier and TypeMethodDescriptionGetRecordsResponse.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.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.BuilderImpl.childShards(Collection<ChildShard> childShards)