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

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

Introduction

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

The text is from its open source code.

Constructor

Method

QuerySpecwithKeyConditionExpression(String keyConditionExpression)
When a key condition expression is specified, the corresponding name-map and value-map can optionally be specified via #withNameMap(Map) and #withValueMap(Map) .
QuerySpecwithRangeKeyCondition(RangeKeyCondition rangeKeyCondition)