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.
|
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 |
---|---|
UpdateTableRequest |
UpdateTableRequest.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Deprecated.
Provisioned throughput reserves the required read and write resources
for your table in terms of
ReadCapacityUnits and
WriteCapacityUnits . |
UpdateTableRequest |
UpdateTableRequest.withTableName(String tableName)
Deprecated.
The name of the table you want to update.
|
Copyright © 2014. All rights reserved.