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

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

Introduction

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

The text is from its open source code.

Constructor

PrimaryKey()
PrimaryKey(String hashKeyName, Object hashKeyValue)
Constructs with a hash key.
PrimaryKey(KeyAttribute... components)
Constructs with the specified key components.

Method

PrimaryKeyaddComponent(String keyAttributeName, Object keyAttributeValue)
Add a key component to this primary key.