Uses of Class
com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
Packages that use UpdateTableSpec
Package
Description
-
Uses of UpdateTableSpec in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type UpdateTableSpecModifier and TypeMethodDescriptionTable.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 UpdateTableSpecModifier and TypeMethodDescriptionUpdateTableSpec.withAttributeDefinitions
(AttributeDefinition... attributeDefinitions) UpdateTableSpec.withAttributeDefinitions
(Collection<AttributeDefinition> attributeDefinitions) UpdateTableSpec.withGlobalSecondaryIndexUpdates
(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates) UpdateTableSpec.withGlobalSecondaryIndexUpdates
(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates) UpdateTableSpec.withProvisionedThroughput
(ProvisionedThroughput provisionedThroughput)