Java com.amazonaws.services.dynamodbv2.document RangeKeyCondition fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

RangeKeyCondition(String attrName)
A condition for selecting items with a range key.

Method

RangeKeyConditioneq(Object val)
Creates and returns a condition of the range key being equal to the given value.
RangeKeyConditiongeKeyCondition ge(Object val)
Creates and returns a condition of the range key being greater than or equal to the given value.
RangeKeyConditionle(Object val)
Creates and returns a condition of the range key being less than or equal to the given value.