CreateTableResult |
AbstractAmazonDynamoDB.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 |
AmazonDynamoDBClient.createTable(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput) |
|
Future<CreateTableResult> |
AbstractAmazonDynamoDBAsync.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,
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) |
Simplified method form for invoking the CreateTable operation.
|
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> |
AmazonDynamoDBAsyncClient.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.
|
UpdateTableResult |
AbstractAmazonDynamoDB.updateTable(String tableName,
ProvisionedThroughput provisionedThroughput) |
|
UpdateTableResult |
AmazonDynamoDB.updateTable(String tableName,
ProvisionedThroughput provisionedThroughput) |
Simplified method form for invoking the UpdateTable operation.
|
UpdateTableResult |
AmazonDynamoDBClient.updateTable(String tableName,
ProvisionedThroughput provisionedThroughput) |
|
Future<UpdateTableResult> |
AbstractAmazonDynamoDBAsync.updateTableAsync(String tableName,
ProvisionedThroughput provisionedThroughput) |
Simplified method form for invoking the UpdateTable operation.
|
Future<UpdateTableResult> |
AbstractAmazonDynamoDBAsync.updateTableAsync(String tableName,
ProvisionedThroughput provisionedThroughput,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler) |
Simplified method form for invoking the UpdateTable operation with an
AsyncHandler.
|
Future<UpdateTableResult> |
AmazonDynamoDBAsync.updateTableAsync(String tableName,
ProvisionedThroughput provisionedThroughput) |
Simplified method form for invoking the UpdateTable operation.
|
Future<UpdateTableResult> |
AmazonDynamoDBAsync.updateTableAsync(String tableName,
ProvisionedThroughput provisionedThroughput,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler) |
Simplified method form for invoking the UpdateTable operation with an
AsyncHandler.
|
Future<UpdateTableResult> |
AmazonDynamoDBAsyncClient.updateTableAsync(String tableName,
ProvisionedThroughput provisionedThroughput) |
Simplified method form for invoking the UpdateTable operation.
|
Future<UpdateTableResult> |
AmazonDynamoDBAsyncClient.updateTableAsync(String tableName,
ProvisionedThroughput provisionedThroughput,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler) |
Simplified method form for invoking the UpdateTable operation with an
AsyncHandler.
|