public interface GetRecordsResponseAdapter
| Modifier and Type | Method and Description |
|---|---|
List<software.amazon.awssdk.services.kinesis.model.ChildShard> |
childShards()
Returns the list of child shards of the shard that was retrieved from GetRecords.
|
Long |
millisBehindLatest()
The number of milliseconds the response is from the tip of the stream.
|
String |
nextShardIterator()
Returns the next shard iterator to be used to retrieve next set of records.
|
List<KinesisClientRecord> |
records()
Returns the list of records retrieved from GetRecords.
|
String |
requestId()
Returns the request id of the GetRecords operation.
|
List<KinesisClientRecord> records()
KinesisClientRecordLong millisBehindLatest()
List<software.amazon.awssdk.services.kinesis.model.ChildShard> childShards()
ChildShardString nextShardIterator()
String requestId()
Copyright © 2025. All rights reserved.