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

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

Introduction

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

The text is from its open source code.

Constructor

Method

TableKeysAndAttributesaddHashAndRangePrimaryKey(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue)
Adds a primary key (that consists of a hash-key and a range-key) to be included in the batch get-item operation.
TableKeysAndAttributesaddHashOnlyPrimaryKey(String hashKeyName, Object hashKeyValue)
Adds a hash-only primary key to be included in the batch get-item operation.
TableKeysAndAttributesaddPrimaryKey(PrimaryKey primaryKey)
Adds a primary key to be included in the batch get-item operation.