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.
|
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 |
---|---|
CreateTableRequest |
CreateTableRequest.withKeySchema(KeySchema keySchema)
Deprecated.
The KeySchema identifies the primary key as a one attribute primary
key (hash) or a composite two attribute (hash-and-range) primary key.
|
CreateTableRequest |
CreateTableRequest.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Deprecated.
Provisioned throughput reserves the required read and write resources
for your table in terms of
ReadCapacityUnits and
WriteCapacityUnits . |
CreateTableRequest |
CreateTableRequest.withTableName(String tableName)
Deprecated.
The name of the table you want to create.
|
Copyright © 2014. All rights reserved.