Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 | |
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
CreateTableResult |
AmazonDynamoDB.createTable(CreateTableRequest createTableRequest)
The CreateTable operation adds a new table to your account.
|
CreateTableResult |
AmazonDynamoDBClient.createTable(CreateTableRequest createTableRequest)
The CreateTable operation adds a new table to your account.
|
CreateTableResult |
AmazonDynamoDB.createTable(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the CreateTable operation.
|
CreateTableResult |
AmazonDynamoDBClient.createTable(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput) |
Modifier and Type | Method and Description |
---|---|
Future<CreateTableResult> |
AmazonDynamoDBAsyncClient.createTableAsync(CreateTableRequest createTableRequest) |
Future<CreateTableResult> |
AmazonDynamoDBAsync.createTableAsync(CreateTableRequest createTableRequest)
The CreateTable operation adds a new table to your account.
|
Future<CreateTableResult> |
AmazonDynamoDBAsyncClient.createTableAsync(CreateTableRequest createTableRequest,
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> |
AmazonDynamoDBAsyncClient.createTableAsync(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput) |
Future<CreateTableResult> |
AmazonDynamoDBAsync.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.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateTableResult> |
AmazonDynamoDBAsyncClient.createTableAsync(CreateTableRequest createTableRequest,
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> |
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.
|
Modifier and Type | Method and Description |
---|---|
CreateTableResult |
CreateTableResult.clone() |
CreateTableResult |
CreateTableResult.withTableDescription(TableDescription tableDescription)
Sets the value of the TableDescription property for this object.
|
Copyright © 2015. All rights reserved.