| Package | Description | 
|---|---|
| com.amazonaws.services.dynamodbv2 | 
 Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2. 
 | 
| com.amazonaws.services.dynamodbv2.model | 
 Classes modeling the various types represented by AmazonDynamoDBv2. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateTableResult | 
AmazonDynamoDBClient.updateTable(String tableName,
           ProvisionedThroughput provisionedThroughput)
 Updates the provisioned throughput for the given table. 
 | 
UpdateTableResult | 
AmazonDynamoDB.updateTable(String tableName,
           ProvisionedThroughput provisionedThroughput)
 Updates the provisioned throughput for the given table. 
 | 
UpdateTableResult | 
AmazonDynamoDBClient.updateTable(UpdateTableRequest updateTableRequest)
 Updates the provisioned throughput for the given table. 
 | 
UpdateTableResult | 
AmazonDynamoDB.updateTable(UpdateTableRequest updateTableRequest)
 Updates the provisioned throughput for the given table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<UpdateTableResult> | 
AmazonDynamoDBAsyncClient.updateTableAsync(UpdateTableRequest updateTableRequest)
 Updates the provisioned throughput for the given table. 
 | 
Future<UpdateTableResult> | 
AmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest updateTableRequest)
 Updates the provisioned throughput for the given table. 
 | 
Future<UpdateTableResult> | 
AmazonDynamoDBAsyncClient.updateTableAsync(UpdateTableRequest updateTableRequest,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
 Updates the provisioned throughput for the given table. 
 | 
Future<UpdateTableResult> | 
AmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest updateTableRequest,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
 Updates the provisioned throughput for the given table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<UpdateTableResult> | 
AmazonDynamoDBAsyncClient.updateTableAsync(UpdateTableRequest updateTableRequest,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
 Updates the provisioned throughput for the given table. 
 | 
Future<UpdateTableResult> | 
AmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest updateTableRequest,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
 Updates the provisioned throughput for the given table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateTableResult | 
UpdateTableResult.withTableDescription(TableDescription tableDescription)
Represents the properties of a table. 
 | 
Copyright © 2014. All rights reserved.