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

Packages that use UpdateTableResult
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 UpdateTableResult in com.amazonaws.services.dynamodb
 

Methods in com.amazonaws.services.dynamodb that return UpdateTableResult
 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.
 

Methods in com.amazonaws.services.dynamodb that return types with arguments of type UpdateTableResult
 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 UpdateTableResult
 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 UpdateTableResult in com.amazonaws.services.dynamodb.model
 

Methods in com.amazonaws.services.dynamodb.model that return UpdateTableResult
 UpdateTableResult UpdateTableResult.withTableDescription(TableDescription tableDescription)
          Deprecated. Sets the value of the TableDescription property for this object.
 



Copyright © 2016. All rights reserved.