Java com.amazonaws.services.dynamodbv2.model Projection fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Method

java.util.ListgetNonKeyAttributes()

Represents the non-key attribute names which will be projected into the index.

StringgetProjectionType()

The set of attributes that are projected into the index:

  • KEYS_ONLY - Only the index and primary keys are projected into the index.