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