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

Packages that use AttributeDefinition
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 AttributeDefinition in com.amazonaws.services.dynamodbv2
 

Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type AttributeDefinition
 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 AttributeDefinition in com.amazonaws.services.dynamodbv2.model
 

Methods in com.amazonaws.services.dynamodbv2.model that return AttributeDefinition
 AttributeDefinition AttributeDefinition.withAttributeName(String attributeName)
          A name for the attribute.
 AttributeDefinition AttributeDefinition.withAttributeType(ScalarAttributeType attributeType)
          The data type for the attribute.
 AttributeDefinition AttributeDefinition.withAttributeType(String attributeType)
          The data type for the attribute.
 

Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type AttributeDefinition
 List<AttributeDefinition> TableDescription.getAttributeDefinitions()
          An array of AttributeDefinition objects.
 List<AttributeDefinition> CreateTableRequest.getAttributeDefinitions()
          An array of attributes that describe the key schema for the table and indexes.
 

Methods in com.amazonaws.services.dynamodbv2.model with parameters of type AttributeDefinition
 TableDescription TableDescription.withAttributeDefinitions(AttributeDefinition... attributeDefinitions)
          An array of AttributeDefinition objects.
 CreateTableRequest CreateTableRequest.withAttributeDefinitions(AttributeDefinition... attributeDefinitions)
          An array of attributes that describe the key schema for the table and indexes.
 

Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type AttributeDefinition
 void TableDescription.setAttributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)
          An array of AttributeDefinition objects.
 void CreateTableRequest.setAttributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)
          An array of attributes that describe the key schema for the table and indexes.
 TableDescription TableDescription.withAttributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)
          An array of AttributeDefinition objects.
 CreateTableRequest CreateTableRequest.withAttributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)
          An array of attributes that describe the key schema for the table and indexes.
 

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



Copyright © 2016. All rights reserved.