|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateTableRequest | |
---|---|
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. |
Uses of UpdateTableRequest in com.amazonaws.services.dynamodbv2 |
---|
Methods in com.amazonaws.services.dynamodbv2 with parameters of type UpdateTableRequest | |
---|---|
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. |
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. |
Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type UpdateTableRequest | |
---|---|
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. |
Uses of UpdateTableRequest in com.amazonaws.services.dynamodbv2.model |
---|
Methods in com.amazonaws.services.dynamodbv2.model that return UpdateTableRequest | |
---|---|
UpdateTableRequest |
UpdateTableRequest.withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates)
An array of one or more global secondary indexes on the table, together with provisioned throughput settings for each index. |
UpdateTableRequest |
UpdateTableRequest.withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates)
An array of one or more global secondary indexes on the table, together with provisioned throughput settings for each index. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |