| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2 |
|
| com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDB
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| 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, where:
|
AttributeDefinition |
AttributeDefinition.withAttributeType(String attributeType)
The data type for the attribute, where:
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeDefinition> |
UpdateTableRequest.getAttributeDefinitions()
An array of attributes that describe the key schema for the table and
indexes.
|
List<AttributeDefinition> |
CreateTableRequest.getAttributeDefinitions()
An array of attributes that describe the key schema for the table and
indexes.
|
List<AttributeDefinition> |
TableDescription.getAttributeDefinitions()
An array of
AttributeDefinition objects. |
| Modifier and Type | Method and Description |
|---|---|
UpdateTableRequest |
UpdateTableRequest.withAttributeDefinitions(AttributeDefinition... attributeDefinitions)
An array of attributes that describe the key schema for the table and
indexes.
|
CreateTableRequest |
CreateTableRequest.withAttributeDefinitions(AttributeDefinition... attributeDefinitions)
An array of attributes that describe the key schema for the table and
indexes.
|
TableDescription |
TableDescription.withAttributeDefinitions(AttributeDefinition... attributeDefinitions)
An array of
AttributeDefinition objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTableRequest.setAttributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)
An array of attributes that describe the key schema for the table and
indexes.
|
void |
CreateTableRequest.setAttributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)
An array of attributes that describe the key schema for the table and
indexes.
|
void |
TableDescription.setAttributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)
An array of
AttributeDefinition objects. |
UpdateTableRequest |
UpdateTableRequest.withAttributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)
An array of attributes that describe the key schema for the table and
indexes.
|
CreateTableRequest |
CreateTableRequest.withAttributeDefinitions(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. |
| Constructor and Description |
|---|
CreateTableRequest(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
Constructs a new CreateTableRequest object.
|
Copyright © 2018. All rights reserved.