Java com.amazonaws.services.dynamodbv2.datamodeling DynamoDBScanExpression fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidaddFilterCondition(String attributeName, Condition condition)
Adds a new filter condition to the current scan filter.
MapgetScanFilter()
Returns the scan filter as a map of attribute names to conditions.
voidsetLimit(Integer limit)
Sets the limit of items to scan during this scan.