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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetStreamViewType()

When an item in the table is modified, StreamViewType determines what information is written to the stream for this table.

BooleanisStreamEnabled()

Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.

voidsetStreamEnabled(Boolean streamEnabled)

Indicates whether DynamoDB Streams is enabled (true) or disabled (false) on the table.

voidsetStreamViewType(String streamViewType)

When an item in the table is modified, StreamViewType determines what information is written to the stream for this table.

voidsetStreamViewType(StreamViewType streamViewType)

When an item in the table is modified, StreamViewType determines what information is written to the stream for this table.