| Package | Description | 
|---|---|
| com.amazonaws.services.dynamodbv2 | |
| com.amazonaws.services.dynamodbv2.model | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateTableResult | 
AmazonDynamoDBClient.updateTable(String tableName,
           ProvisionedThroughput provisionedThroughput)  | 
UpdateTableResult | 
AmazonDynamoDB.updateTable(String tableName,
           ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the UpdateTable operation. 
 | 
UpdateTableResult | 
AbstractAmazonDynamoDB.updateTable(String tableName,
           ProvisionedThroughput provisionedThroughput)  | 
UpdateTableResult | 
AmazonDynamoDBClient.updateTable(UpdateTableRequest updateTableRequest)
 Modifies the provisioned throughput settings, global secondary indexes,
 or DynamoDB Streams settings for a given table. 
 | 
UpdateTableResult | 
AmazonDynamoDB.updateTable(UpdateTableRequest updateTableRequest)
 Modifies the provisioned throughput settings, global secondary indexes,
 or DynamoDB Streams settings for a given table. 
 | 
UpdateTableResult | 
AbstractAmazonDynamoDB.updateTable(UpdateTableRequest request)  | 
| Modifier and Type | Method and Description | 
|---|---|
Future<UpdateTableResult> | 
AmazonDynamoDBAsyncClient.updateTableAsync(String tableName,
                ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the UpdateTable operation. 
 | 
Future<UpdateTableResult> | 
AmazonDynamoDBAsync.updateTableAsync(String tableName,
                ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the UpdateTable operation. 
 | 
Future<UpdateTableResult> | 
AbstractAmazonDynamoDBAsync.updateTableAsync(String tableName,
                ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the UpdateTable operation. 
 | 
Future<UpdateTableResult> | 
AmazonDynamoDBAsyncClient.updateTableAsync(String tableName,
                ProvisionedThroughput provisionedThroughput,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Simplified method form for invoking the UpdateTable operation with an
 AsyncHandler. 
 | 
Future<UpdateTableResult> | 
AmazonDynamoDBAsync.updateTableAsync(String tableName,
                ProvisionedThroughput provisionedThroughput,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Simplified method form for invoking the UpdateTable operation with an
 AsyncHandler. 
 | 
Future<UpdateTableResult> | 
AbstractAmazonDynamoDBAsync.updateTableAsync(String tableName,
                ProvisionedThroughput provisionedThroughput,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Simplified method form for invoking the UpdateTable operation with an
 AsyncHandler. 
 | 
Future<UpdateTableResult> | 
AmazonDynamoDBAsyncClient.updateTableAsync(UpdateTableRequest request)  | 
Future<UpdateTableResult> | 
AmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest updateTableRequest)
 Modifies the provisioned throughput settings, global secondary indexes,
 or DynamoDB Streams settings for a given table. 
 | 
Future<UpdateTableResult> | 
AbstractAmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest request)  | 
Future<UpdateTableResult> | 
AmazonDynamoDBAsyncClient.updateTableAsync(UpdateTableRequest request,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)  | 
Future<UpdateTableResult> | 
AmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest updateTableRequest,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
 Modifies the provisioned throughput settings, global secondary indexes,
 or DynamoDB Streams settings for a given table. 
 | 
Future<UpdateTableResult> | 
AbstractAmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest request,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Future<UpdateTableResult> | 
AmazonDynamoDBAsyncClient.updateTableAsync(String tableName,
                ProvisionedThroughput provisionedThroughput,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Simplified method form for invoking the UpdateTable operation with an
 AsyncHandler. 
 | 
Future<UpdateTableResult> | 
AmazonDynamoDBAsync.updateTableAsync(String tableName,
                ProvisionedThroughput provisionedThroughput,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Simplified method form for invoking the UpdateTable operation with an
 AsyncHandler. 
 | 
Future<UpdateTableResult> | 
AbstractAmazonDynamoDBAsync.updateTableAsync(String tableName,
                ProvisionedThroughput provisionedThroughput,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Simplified method form for invoking the UpdateTable operation with an
 AsyncHandler. 
 | 
Future<UpdateTableResult> | 
AmazonDynamoDBAsyncClient.updateTableAsync(UpdateTableRequest request,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)  | 
Future<UpdateTableResult> | 
AmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest updateTableRequest,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
 Modifies the provisioned throughput settings, global secondary indexes,
 or DynamoDB Streams settings for a given table. 
 | 
Future<UpdateTableResult> | 
AbstractAmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest request,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateTableResult | 
UpdateTableResult.clone()  | 
UpdateTableResult | 
UpdateTableResult.withTableDescription(TableDescription tableDescription)
Sets the value of the TableDescription property for this object. 
 | 
Copyright © 2015. All rights reserved.