Uses of Class
com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
-
Packages that use UpdateTableSpec Package Description com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.document.spec -
-
Uses of UpdateTableSpec in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type UpdateTableSpec Modifier and Type Method Description TableDescription
Table. updateTable(UpdateTableSpec spec)
Updates the provisioned throughput for this table. -
Uses of UpdateTableSpec in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec that return UpdateTableSpec Modifier and Type Method Description UpdateTableSpec
UpdateTableSpec. withAttributeDefinitions(AttributeDefinition... attributeDefinitions)
UpdateTableSpec
UpdateTableSpec. withAttributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)
UpdateTableSpec
UpdateTableSpec. withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates)
UpdateTableSpec
UpdateTableSpec. withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates)
UpdateTableSpec
UpdateTableSpec. withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
-