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

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

Introduction

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

The text is from its open source code.

Constructor

Method

java.util.ListgetRecords()

The records associated with the request.

StringgetStreamName()

The stream name associated with the request.

voidsetRecords(java.util.Collection records)

The records associated with the request.

voidsetStreamName(String streamName)

The stream name associated with the request.