Package | Description |
---|---|
com.amazonaws.services.dynamodb |
Synchronous and asynchronous client classes for accessing AmazonDynamoDB.
|
com.amazonaws.services.dynamodb.model |
Classes modeling the various types represented by AmazonDynamoDB.
|
Modifier and Type | Method and Description |
---|---|
CreateTableResult |
AmazonDynamoDB.createTable(CreateTableRequest createTableRequest)
Deprecated.
Adds a new table to your account.
|
CreateTableResult |
AmazonDynamoDBClient.createTable(CreateTableRequest createTableRequest)
Deprecated.
Adds a new table to your account.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateTableResult> |
AmazonDynamoDBAsyncClient.createTableAsync(CreateTableRequest createTableRequest)
Deprecated.
Adds a new table to your account.
|
Future<CreateTableResult> |
AmazonDynamoDBAsync.createTableAsync(CreateTableRequest createTableRequest)
Deprecated.
Adds a new table to your account.
|
Future<CreateTableResult> |
AmazonDynamoDBAsyncClient.createTableAsync(CreateTableRequest createTableRequest,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Deprecated.
Adds a new table to your account.
|
Future<CreateTableResult> |
AmazonDynamoDBAsync.createTableAsync(CreateTableRequest createTableRequest,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Deprecated.
Adds a new table to your account.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateTableResult> |
AmazonDynamoDBAsyncClient.createTableAsync(CreateTableRequest createTableRequest,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Deprecated.
Adds a new table to your account.
|
Future<CreateTableResult> |
AmazonDynamoDBAsync.createTableAsync(CreateTableRequest createTableRequest,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Deprecated.
Adds a new table to your account.
|
Modifier and Type | Method and Description |
---|---|
CreateTableResult |
CreateTableResult.withTableDescription(TableDescription tableDescription)
Deprecated.
Sets the value of the TableDescription property for this object.
|
Copyright © 2014. All rights reserved.