Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2.
|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
CreateTableResult |
AmazonDynamoDB.createTable(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
The CreateTable operation adds a new table to your account.
|
CreateTableResult |
AmazonDynamoDBClient.createTable(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
The CreateTable operation adds a new table to your account.
|
Modifier and Type | Method and Description |
---|---|
Table |
DynamoDB.createTable(String tableName,
List<KeySchemaElement> keySchema,
List<AttributeDefinition> attributeDefinitions,
ProvisionedThroughput provisionedThroughput)
Creates the specified table in DynamoDB.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
CreateTableRequest(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
Constructs a new CreateTableRequest object.
|
Copyright © 2014. All rights reserved.