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

Packages that use KeySchemaElement
com.amazonaws.services.dynamodbv2 Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2. 
com.amazonaws.services.dynamodbv2.model Classes modeling the various types represented by AmazonDynamoDBv2. 
 

Uses of KeySchemaElement in com.amazonaws.services.dynamodbv2
 

Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type KeySchemaElement
 CreateTableResult AmazonDynamoDBClient.createTable(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput)
           The CreateTable operation adds a new table to your account.
 CreateTableResult AmazonDynamoDB.createTable(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput)
           The CreateTable operation adds a new table to your account.
 

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

Methods in com.amazonaws.services.dynamodbv2.model that return KeySchemaElement
 KeySchemaElement KeySchemaElement.withAttributeName(String attributeName)
          The name of a key attribute.
 KeySchemaElement KeySchemaElement.withKeyType(KeyType keyType)
          The attribute data, consisting of the data type and the attribute value itself.
 KeySchemaElement KeySchemaElement.withKeyType(String keyType)
          The attribute data, consisting of the data type and the attribute value itself.
 

Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type KeySchemaElement
 List<KeySchemaElement> TableDescription.getKeySchema()
          The primary key structure for the table.
 List<KeySchemaElement> LocalSecondaryIndexDescription.getKeySchema()
          The complete index key schema, which consists of one or more pairs of attribute names and key types (HASH or RANGE).
 List<KeySchemaElement> LocalSecondaryIndex.getKeySchema()
          The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).
 List<KeySchemaElement> GlobalSecondaryIndexDescription.getKeySchema()
          The complete key schema for the global secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).
 List<KeySchemaElement> GlobalSecondaryIndex.getKeySchema()
          The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types (HASH or RANGE).
 List<KeySchemaElement> CreateTableRequest.getKeySchema()
          Specifies the attributes that make up the primary key for a table or an index.
 

Methods in com.amazonaws.services.dynamodbv2.model with parameters of type KeySchemaElement
 TableDescription TableDescription.withKeySchema(KeySchemaElement... keySchema)
          The primary key structure for the table.
 LocalSecondaryIndexDescription LocalSecondaryIndexDescription.withKeySchema(KeySchemaElement... keySchema)
          The complete index key schema, which consists of one or more pairs of attribute names and key types (HASH or RANGE).
 LocalSecondaryIndex LocalSecondaryIndex.withKeySchema(KeySchemaElement... keySchema)
          The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).
 GlobalSecondaryIndexDescription GlobalSecondaryIndexDescription.withKeySchema(KeySchemaElement... keySchema)
          The complete key schema for the global secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).
 GlobalSecondaryIndex GlobalSecondaryIndex.withKeySchema(KeySchemaElement... keySchema)
          The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types (HASH or RANGE).
 CreateTableRequest CreateTableRequest.withKeySchema(KeySchemaElement... keySchema)
          Specifies the attributes that make up the primary key for a table or an index.
 

Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type KeySchemaElement
 void TableDescription.setKeySchema(Collection<KeySchemaElement> keySchema)
          The primary key structure for the table.
 void LocalSecondaryIndexDescription.setKeySchema(Collection<KeySchemaElement> keySchema)
          The complete index key schema, which consists of one or more pairs of attribute names and key types (HASH or RANGE).
 void LocalSecondaryIndex.setKeySchema(Collection<KeySchemaElement> keySchema)
          The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).
 void GlobalSecondaryIndexDescription.setKeySchema(Collection<KeySchemaElement> keySchema)
          The complete key schema for the global secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).
 void GlobalSecondaryIndex.setKeySchema(Collection<KeySchemaElement> keySchema)
          The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types (HASH or RANGE).
 void CreateTableRequest.setKeySchema(Collection<KeySchemaElement> keySchema)
          Specifies the attributes that make up the primary key for a table or an index.
 TableDescription TableDescription.withKeySchema(Collection<KeySchemaElement> keySchema)
          The primary key structure for the table.
 LocalSecondaryIndexDescription LocalSecondaryIndexDescription.withKeySchema(Collection<KeySchemaElement> keySchema)
          The complete index key schema, which consists of one or more pairs of attribute names and key types (HASH or RANGE).
 LocalSecondaryIndex LocalSecondaryIndex.withKeySchema(Collection<KeySchemaElement> keySchema)
          The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).
 GlobalSecondaryIndexDescription GlobalSecondaryIndexDescription.withKeySchema(Collection<KeySchemaElement> keySchema)
          The complete key schema for the global secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).
 GlobalSecondaryIndex GlobalSecondaryIndex.withKeySchema(Collection<KeySchemaElement> keySchema)
          The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types (HASH or RANGE).
 CreateTableRequest CreateTableRequest.withKeySchema(Collection<KeySchemaElement> keySchema)
          Specifies the attributes that make up the primary key for a table or an index.
 

Constructor parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type KeySchemaElement
CreateTableRequest(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput)
          Constructs a new CreateTableRequest object.
CreateTableRequest(String tableName, List<KeySchemaElement> keySchema)
          Constructs a new CreateTableRequest object.
 



Copyright © 2016. All rights reserved.