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

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

Introduction

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

The text is from its open source code.

Constructor

KeySchemaElement()
Default constructor for KeySchemaElement object.
KeySchemaElement(String attributeName, String keyType)
Constructs a new KeySchemaElement object.
KeySchemaElement(String attributeName, KeyType keyType)
Constructs a new KeySchemaElement object.

Method

StringgetAttributeName()

The name of a key attribute.

StringgetKeyType()

The role that this key attribute will assume:

  • HASH - partition key

  • RANGE - sort key

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