Uses of Class
com.amazonaws.services.dynamodbv2.model.UpdateTableResult
-
Packages that use UpdateTableResult Package Description com.amazonaws.services.dynamodbv2 com.amazonaws.services.dynamodbv2.model -
-
Uses of UpdateTableResult in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 that return UpdateTableResult Modifier and Type Method Description UpdateTableResult
AbstractAmazonDynamoDB. updateTable(UpdateTableRequest request)
UpdateTableResult
AbstractAmazonDynamoDB. updateTable(String tableName, ProvisionedThroughput provisionedThroughput)
UpdateTableResult
AmazonDynamoDB. updateTable(UpdateTableRequest updateTableRequest)
Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.UpdateTableResult
AmazonDynamoDB. updateTable(String tableName, ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the UpdateTable operation.UpdateTableResult
AmazonDynamoDBClient. updateTable(UpdateTableRequest updateTableRequest)
Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.UpdateTableResult
AmazonDynamoDBClient. updateTable(String tableName, ProvisionedThroughput provisionedThroughput)
Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type UpdateTableResult Modifier and Type Method Description Future<UpdateTableResult>
AbstractAmazonDynamoDBAsync. updateTableAsync(UpdateTableRequest request)
Future<UpdateTableResult>
AbstractAmazonDynamoDBAsync. updateTableAsync(UpdateTableRequest request, AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Future<UpdateTableResult>
AbstractAmazonDynamoDBAsync. updateTableAsync(String tableName, ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the UpdateTable operation.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>
AmazonDynamoDBAsync. updateTableAsync(UpdateTableRequest updateTableRequest)
Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.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>
AmazonDynamoDBAsync. updateTableAsync(String tableName, ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the UpdateTable operation.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>
AmazonDynamoDBAsyncClient. updateTableAsync(UpdateTableRequest request)
Future<UpdateTableResult>
AmazonDynamoDBAsyncClient. updateTableAsync(UpdateTableRequest request, AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Future<UpdateTableResult>
AmazonDynamoDBAsyncClient. 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.Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type UpdateTableResult Modifier and Type Method Description Future<UpdateTableResult>
AbstractAmazonDynamoDBAsync. updateTableAsync(UpdateTableRequest request, AsyncHandler<UpdateTableRequest,UpdateTableResult> 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>
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>
AmazonDynamoDBAsync. 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>
AmazonDynamoDBAsyncClient. updateTableAsync(String tableName, ProvisionedThroughput provisionedThroughput, AsyncHandler<UpdateTableRequest,UpdateTableResult> asyncHandler)
Simplified method form for invoking the UpdateTable operation with an AsyncHandler. -
Uses of UpdateTableResult in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return UpdateTableResult Modifier and Type Method Description UpdateTableResult
UpdateTableResult. clone()
UpdateTableResult
UpdateTableResult. withTableDescription(TableDescription tableDescription)
-