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