| Package | Description | 
|---|---|
| com.amazonaws.services.dynamodbv2 | |
| com.amazonaws.services.dynamodbv2.model | 
| Modifier and Type | Method and Description | 
|---|---|
CreateTableResult | 
AmazonDynamoDBClient.createTable(CreateTableRequest createTableRequest)
 The CreateTable operation adds a new table to your account. 
 | 
CreateTableResult | 
AmazonDynamoDB.createTable(CreateTableRequest createTableRequest)
 The CreateTable operation adds a new table to your account. 
 | 
CreateTableResult | 
AbstractAmazonDynamoDB.createTable(CreateTableRequest request)  | 
CreateTableResult | 
AmazonDynamoDBClient.createTable(List<AttributeDefinition> attributeDefinitions,
           String tableName,
           List<KeySchemaElement> keySchema,
           ProvisionedThroughput provisionedThroughput)  | 
CreateTableResult | 
AmazonDynamoDB.createTable(List<AttributeDefinition> attributeDefinitions,
           String tableName,
           List<KeySchemaElement> keySchema,
           ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the CreateTable operation. 
 | 
CreateTableResult | 
AbstractAmazonDynamoDB.createTable(List<AttributeDefinition> attributeDefinitions,
           String tableName,
           List<KeySchemaElement> keySchema,
           ProvisionedThroughput provisionedThroughput)  | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreateTableResult> | 
AmazonDynamoDBAsyncClient.createTableAsync(CreateTableRequest request)  | 
Future<CreateTableResult> | 
AmazonDynamoDBAsync.createTableAsync(CreateTableRequest createTableRequest)
 The CreateTable operation adds a new table to your account. 
 | 
Future<CreateTableResult> | 
AbstractAmazonDynamoDBAsync.createTableAsync(CreateTableRequest request)  | 
Future<CreateTableResult> | 
AmazonDynamoDBAsyncClient.createTableAsync(CreateTableRequest request,
                AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)  | 
Future<CreateTableResult> | 
AmazonDynamoDBAsync.createTableAsync(CreateTableRequest createTableRequest,
                AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
 The CreateTable operation adds a new table to your account. 
 | 
Future<CreateTableResult> | 
AbstractAmazonDynamoDBAsync.createTableAsync(CreateTableRequest request,
                AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)  | 
Future<CreateTableResult> | 
AmazonDynamoDBAsyncClient.createTableAsync(List<AttributeDefinition> attributeDefinitions,
                String tableName,
                List<KeySchemaElement> keySchema,
                ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the CreateTable operation. 
 | 
Future<CreateTableResult> | 
AmazonDynamoDBAsync.createTableAsync(List<AttributeDefinition> attributeDefinitions,
                String tableName,
                List<KeySchemaElement> keySchema,
                ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the CreateTable operation. 
 | 
Future<CreateTableResult> | 
AbstractAmazonDynamoDBAsync.createTableAsync(List<AttributeDefinition> attributeDefinitions,
                String tableName,
                List<KeySchemaElement> keySchema,
                ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the CreateTable operation. 
 | 
Future<CreateTableResult> | 
AmazonDynamoDBAsyncClient.createTableAsync(List<AttributeDefinition> attributeDefinitions,
                String tableName,
                List<KeySchemaElement> keySchema,
                ProvisionedThroughput provisionedThroughput,
                AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Simplified method form for invoking the CreateTable operation with an
 AsyncHandler. 
 | 
Future<CreateTableResult> | 
AmazonDynamoDBAsync.createTableAsync(List<AttributeDefinition> attributeDefinitions,
                String tableName,
                List<KeySchemaElement> keySchema,
                ProvisionedThroughput provisionedThroughput,
                AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Simplified method form for invoking the CreateTable operation with an
 AsyncHandler. 
 | 
Future<CreateTableResult> | 
AbstractAmazonDynamoDBAsync.createTableAsync(List<AttributeDefinition> attributeDefinitions,
                String tableName,
                List<KeySchemaElement> keySchema,
                ProvisionedThroughput provisionedThroughput,
                AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Simplified method form for invoking the CreateTable operation with an
 AsyncHandler. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreateTableResult> | 
AmazonDynamoDBAsyncClient.createTableAsync(CreateTableRequest request,
                AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)  | 
Future<CreateTableResult> | 
AmazonDynamoDBAsync.createTableAsync(CreateTableRequest createTableRequest,
                AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
 The CreateTable operation adds a new table to your account. 
 | 
Future<CreateTableResult> | 
AbstractAmazonDynamoDBAsync.createTableAsync(CreateTableRequest request,
                AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)  | 
Future<CreateTableResult> | 
AmazonDynamoDBAsyncClient.createTableAsync(List<AttributeDefinition> attributeDefinitions,
                String tableName,
                List<KeySchemaElement> keySchema,
                ProvisionedThroughput provisionedThroughput,
                AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Simplified method form for invoking the CreateTable operation with an
 AsyncHandler. 
 | 
Future<CreateTableResult> | 
AmazonDynamoDBAsync.createTableAsync(List<AttributeDefinition> attributeDefinitions,
                String tableName,
                List<KeySchemaElement> keySchema,
                ProvisionedThroughput provisionedThroughput,
                AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Simplified method form for invoking the CreateTable operation with an
 AsyncHandler. 
 | 
Future<CreateTableResult> | 
AbstractAmazonDynamoDBAsync.createTableAsync(List<AttributeDefinition> attributeDefinitions,
                String tableName,
                List<KeySchemaElement> keySchema,
                ProvisionedThroughput provisionedThroughput,
                AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Simplified method form for invoking the CreateTable operation with an
 AsyncHandler. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateTableResult | 
CreateTableResult.clone()  | 
CreateTableResult | 
CreateTableResult.withTableDescription(TableDescription tableDescription)  | 
Copyright © 2015. All rights reserved.