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

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

Introduction

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

The text is from its open source code.

Constructor

Method

java.util.DategetApproximateArrivalTimestamp()

The approximate time that the record was inserted into the stream.

java.nio.ByteBuffergetData()

The data blob.

StringgetPartitionKey()

Identifies which shard in the stream the data record is assigned to.

StringgetSequenceNumber()

The unique identifier of the record within its shard.