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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetShardIterator()

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

voidsetLimit(Integer limit)

The maximum number of records to return.

voidsetShardIterator(String shardIterator)

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