Uses of Class
com.amazonaws.services.dynamodb.model.UpdateTableRequest

Packages that use UpdateTableRequest
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. 
 

Uses of UpdateTableRequest in com.amazonaws.services.dynamodb
 

Methods in com.amazonaws.services.dynamodb with parameters of type UpdateTableRequest
 UpdateTableResult AmazonDynamoDBClient.updateTable(UpdateTableRequest updateTableRequest)
          Deprecated.  Updates the provisioned throughput for the given table.
 UpdateTableResult AmazonDynamoDB.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.
 

Method parameters in com.amazonaws.services.dynamodb with type arguments of type UpdateTableRequest
 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.
 

Uses of UpdateTableRequest in com.amazonaws.services.dynamodb.model
 

Methods in com.amazonaws.services.dynamodb.model that return UpdateTableRequest
 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 © 2016. All rights reserved.