Uses of Class
com.amazonaws.services.dynamodb.model.KeySchemaElement

Packages that use KeySchemaElement
com.amazonaws.services.dynamodb.model Classes modeling the various types represented by AmazonDynamoDB. 
 

Uses of KeySchemaElement in com.amazonaws.services.dynamodb.model
 

Methods in com.amazonaws.services.dynamodb.model that return KeySchemaElement
 KeySchemaElement KeySchema.getHashKeyElement()
          Deprecated. A hash key element is treated as the primary key, and can be a string or a number.
 KeySchemaElement KeySchema.getRangeKeyElement()
          Deprecated. A range key element is treated as a secondary key (used in conjunction with the primary key), and can be a string or a number, and is only used for hash-and-range primary keys.
 KeySchemaElement KeySchemaElement.withAttributeName(String attributeName)
          Deprecated. The AttributeName of the KeySchemaElement.
 KeySchemaElement KeySchemaElement.withAttributeType(ScalarAttributeType attributeType)
          Deprecated. The AttributeType of the KeySchemaElement which can be a String or a Number.
 KeySchemaElement KeySchemaElement.withAttributeType(String attributeType)
          Deprecated. The AttributeType of the KeySchemaElement which can be a String or a Number.
 

Methods in com.amazonaws.services.dynamodb.model with parameters of type KeySchemaElement
 void KeySchema.setHashKeyElement(KeySchemaElement hashKeyElement)
          Deprecated. A hash key element is treated as the primary key, and can be a string or a number.
 void KeySchema.setRangeKeyElement(KeySchemaElement rangeKeyElement)
          Deprecated. A range key element is treated as a secondary key (used in conjunction with the primary key), and can be a string or a number, and is only used for hash-and-range primary keys.
 KeySchema KeySchema.withHashKeyElement(KeySchemaElement hashKeyElement)
          Deprecated. A hash key element is treated as the primary key, and can be a string or a number.
 KeySchema KeySchema.withRangeKeyElement(KeySchemaElement rangeKeyElement)
          Deprecated. A range key element is treated as a secondary key (used in conjunction with the primary key), and can be a string or a number, and is only used for hash-and-range primary keys.
 

Constructors in com.amazonaws.services.dynamodb.model with parameters of type KeySchemaElement
KeySchema(KeySchemaElement hashKeyElement)
          Deprecated. Constructs a new KeySchema object.
 



Copyright © 2016. All rights reserved.