| Package | Description |
|---|---|
| com.amazonaws.services.kinesis |
|
| com.amazonaws.services.kinesis.model |
Classes modeling the various types represented by AmazonKinesis
|
| Modifier and Type | Method and Description |
|---|---|
GetRecordsResult |
AmazonKinesisClient.getRecords(GetRecordsRequest getRecordsRequest)
Gets data records from a Kinesis data stream's shard.
|
GetRecordsResult |
AmazonKinesis.getRecords(GetRecordsRequest getRecordsRequest)
Gets data records from a Kinesis data stream's shard.
|
| Modifier and Type | Method and Description |
|---|---|
GetRecordsResult |
GetRecordsResult.withMillisBehindLatest(Long millisBehindLatest)
The number of milliseconds the GetRecords response is from the tip
of the stream, indicating how far behind current time the consumer is.
|
GetRecordsResult |
GetRecordsResult.withNextShardIterator(String nextShardIterator)
The next position in the shard from which to start sequentially reading
data records.
|
GetRecordsResult |
GetRecordsResult.withRecords(Collection<Record> records)
The data records retrieved from the shard.
|
GetRecordsResult |
GetRecordsResult.withRecords(Record... records)
The data records retrieved from the shard.
|
Copyright © 2019. All rights reserved.