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

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

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

Methods in com.amazonaws.services.dynamodb.model that return KeySchema
 KeySchema TableDescription.getKeySchema()
          Deprecated. The KeySchema identifies the primary key as a one attribute primary key (hash) or a composite two attribute (hash-and-range) primary key.
 KeySchema CreateTableRequest.getKeySchema()
          Deprecated. The KeySchema identifies the primary key as a one attribute primary key (hash) or a composite two attribute (hash-and-range) primary key.
 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.
 

Methods in com.amazonaws.services.dynamodb.model with parameters of type KeySchema
 void TableDescription.setKeySchema(KeySchema keySchema)
          Deprecated. The KeySchema identifies the primary key as a one attribute primary key (hash) or a composite two attribute (hash-and-range) primary key.
 void CreateTableRequest.setKeySchema(KeySchema keySchema)
          Deprecated. The KeySchema identifies the primary key as a one attribute primary key (hash) or a composite two attribute (hash-and-range) primary key.
 TableDescription TableDescription.withKeySchema(KeySchema keySchema)
          Deprecated. The KeySchema identifies the primary key as a one attribute primary key (hash) or a composite two attribute (hash-and-range) primary key.
 CreateTableRequest CreateTableRequest.withKeySchema(KeySchema keySchema)
          Deprecated. The KeySchema identifies the primary key as a one attribute primary key (hash) or a composite two attribute (hash-and-range) primary key.
 

Constructors in com.amazonaws.services.dynamodb.model with parameters of type KeySchema
CreateTableRequest(String tableName, KeySchema keySchema)
          Deprecated. Constructs a new CreateTableRequest object.
 



Copyright © 2016. All rights reserved.