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 UpdateTableResultAbstractAmazonDynamoDB. updateTable(UpdateTableRequest request)UpdateTableResultAbstractAmazonDynamoDB. updateTable(String tableName, ProvisionedThroughput provisionedThroughput)UpdateTableResultAmazonDynamoDB. updateTable(UpdateTableRequest updateTableRequest)Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.UpdateTableResultAmazonDynamoDB. updateTable(String tableName, ProvisionedThroughput provisionedThroughput)Simplified method form for invoking the UpdateTable operation.UpdateTableResultAmazonDynamoDBClient. updateTable(UpdateTableRequest updateTableRequest)Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.UpdateTableResultAmazonDynamoDBClient. 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 UpdateTableResultUpdateTableResult. clone()UpdateTableResultUpdateTableResult. withTableDescription(TableDescription tableDescription)
-