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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetIndexName(String indexName)

The name of the local secondary index.

voidsetKeySchema(java.util.Collection keySchema)

The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:

  • HASH - partition key

  • RANGE - sort key

The partition key of an item is also known as its hash attribute.

voidsetProjection(Projection projection)

Represents attributes that are copied (projected) from the table into the local secondary index.