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

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

Introduction

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

The text is from its open source code.

Constructor

Method

IntegergetFailedRecordCount()

The number of unsuccessfully processed records in a PutRecords request.

java.util.ListgetRecords()

An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering.

voidsetRecords(java.util.Collection records)

An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering.

StringtoString()
Returns a string representation of this object.