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 TableDescriptionTable. 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 UpdateTableSpecUpdateTableSpec. withAttributeDefinitions(AttributeDefinition... attributeDefinitions)UpdateTableSpecUpdateTableSpec. withAttributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)UpdateTableSpecUpdateTableSpec. withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates)UpdateTableSpecUpdateTableSpec. withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates)UpdateTableSpecUpdateTableSpec. withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
-