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 |
---|---|
UpdateTableResult |
AmazonDynamoDB.updateTable(UpdateTableRequest updateTableRequest)
Deprecated.
Updates the provisioned throughput for the given table.
|
UpdateTableResult |
AmazonDynamoDBClient.updateTable(UpdateTableRequest updateTableRequest)
Deprecated.
Updates the provisioned throughput for the given table.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateTableResult> |
AmazonDynamoDBAsyncClient.updateTableAsync(UpdateTableRequest updateTableRequest)
Deprecated.
Updates the provisioned throughput for the given table.
|
Future<UpdateTableResult> |
AmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest updateTableRequest)
Deprecated.
Updates the provisioned throughput for the given table.
|
Future<UpdateTableResult> |
AmazonDynamoDBAsyncClient.updateTableAsync(UpdateTableRequest updateTableRequest,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Deprecated.
Updates the provisioned throughput for the given table.
|
Future<UpdateTableResult> |
AmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest updateTableRequest,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Deprecated.
Updates the provisioned throughput for the given table.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateTableResult> |
AmazonDynamoDBAsyncClient.updateTableAsync(UpdateTableRequest updateTableRequest,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Deprecated.
Updates the provisioned throughput for the given table.
|
Future<UpdateTableResult> |
AmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest updateTableRequest,
AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Deprecated.
Updates the provisioned throughput for the given table.
|
Modifier and Type | Method and Description |
---|---|
UpdateTableResult |
UpdateTableResult.withTableDescription(TableDescription tableDescription)
Deprecated.
Sets the value of the TableDescription property for this object.
|
Copyright © 2014. All rights reserved.