Uses of Class
com.amazonaws.services.dynamodbv2.model.UpdateTableRequest
Packages that use UpdateTableRequest
-
Uses of UpdateTableRequest in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 with parameters of type UpdateTableRequestModifier and TypeMethodDescriptionAbstractAmazonDynamoDB.updateTable(UpdateTableRequest request) AmazonDynamoDB.updateTable(UpdateTableRequest updateTableRequest) Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.AmazonDynamoDBClient.updateTable(UpdateTableRequest updateTableRequest) Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.AbstractAmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest request) AbstractAmazonDynamoDBAsync.updateTableAsync(UpdateTableRequest request, AsyncHandler<UpdateTableRequest, UpdateTableResult> 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.AmazonDynamoDBAsyncClient.updateTableAsync(UpdateTableRequest request) AmazonDynamoDBAsyncClient.updateTableAsync(UpdateTableRequest request, AsyncHandler<UpdateTableRequest, UpdateTableResult> asyncHandler) Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type UpdateTableRequestModifier 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 UpdateTableRequest in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return UpdateTableRequestModifier and TypeMethodDescriptionUpdateTableRequest.clone()UpdateTableRequest.withAttributeDefinitions(AttributeDefinition... attributeDefinitions) An array of attributes that describe the key schema for the table and indexes.UpdateTableRequest.withAttributeDefinitions(Collection<AttributeDefinition> attributeDefinitions) An array of attributes that describe the key schema for the table and indexes.UpdateTableRequest.withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates) An array of one or more global secondary indexes for the table.UpdateTableRequest.withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates) An array of one or more global secondary indexes for the table.UpdateTableRequest.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput) UpdateTableRequest.withStreamSpecification(StreamSpecification streamSpecification) Represents the DynamoDB Streams configuration for the table.UpdateTableRequest.withTableName(String tableName) The name of the table to be updated.