Java com.amazonaws.services.kinesis.model GetRecordsResult fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.kinesis.model GetRecordsResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.kinesis.model GetRecordsResult.

The text is from its open source code.

Constructor

Method

LonggetMillisBehindLatest()

The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far behind current time the consumer is.

StringgetNextShardIterator()

The next position in the shard from which to start sequentially reading data records.

java.util.ListgetRecords()

The data records retrieved from the shard.

voidsetMillisBehindLatest(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.

voidsetNextShardIterator(String nextShardIterator)

The next position in the shard from which to start sequentially reading data records.

voidsetRecords(java.util.Collection records)

The data records retrieved from the shard.

StringtoString()
Returns a string representation of this object.