| 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(UpdateTableRequest updateTableRequest)
 Updates the provisioned throughput for the given table, or manages
 the global secondary indexes on the table. | 
| UpdateTableResult | AmazonDynamoDB. updateTable(UpdateTableRequest updateTableRequest)
 Updates the provisioned throughput for the given table, or manages
 the global secondary indexes on the table. | 
| Future<UpdateTableResult> | AmazonDynamoDBAsyncClient. updateTableAsync(UpdateTableRequest updateTableRequest)
 Updates the provisioned throughput for the given table, or manages
 the global secondary indexes on the table. | 
| Future<UpdateTableResult> | AmazonDynamoDBAsync. updateTableAsync(UpdateTableRequest updateTableRequest)
 Updates the provisioned throughput for the given table, or manages
 the global secondary indexes on the table. | 
| Future<UpdateTableResult> | AmazonDynamoDBAsyncClient. updateTableAsync(UpdateTableRequest updateTableRequest,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
 Updates the provisioned throughput for the given table, or manages
 the global secondary indexes on the table. | 
| Future<UpdateTableResult> | AmazonDynamoDBAsync. updateTableAsync(UpdateTableRequest updateTableRequest,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
 Updates the provisioned throughput for the given table, or manages
 the global secondary indexes on the 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, or manages
 the global secondary indexes on the table. | 
| Future<UpdateTableResult> | AmazonDynamoDBAsync. updateTableAsync(UpdateTableRequest updateTableRequest,
                AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
 Updates the provisioned throughput for the given table, or manages
 the global secondary indexes on the table. | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateTableRequest | UpdateTableRequest. withAttributeDefinitions(AttributeDefinition... attributeDefinitions)An array of attributes that describe the key schema for the table and
 indexes. | 
| UpdateTableRequest | UpdateTableRequest. withAttributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)An array of attributes that describe the key schema for the table and
 indexes. | 
| UpdateTableRequest | UpdateTableRequest. withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates)An array of one or more global secondary indexes for the table. | 
| UpdateTableRequest | UpdateTableRequest. withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates)An array of one or more global secondary indexes for the table. | 
| UpdateTableRequest | UpdateTableRequest. withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)Represents the provisioned throughput settings for a specified table
 or index. | 
| UpdateTableRequest | UpdateTableRequest. withTableName(String tableName)The name of the table to be updated. | 
Copyright © 2015. All rights reserved.