Java com.amazonaws.services.dynamodbv2.model StreamRecord fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

java.util.DategetApproximateCreationDateTime()

The approximate date and time when the stream record was created, in UNIX epoch time format.

java.util.MapgetKeys()

The primary key attribute(s) for the DynamoDB item that was modified.

java.util.MapgetNewImage()

The item in the DynamoDB table as it appeared after it was modified.

StringgetSequenceNumber()

The sequence number of the stream record.