Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.spec |
Modifier and Type | Method and Description |
---|---|
TableDescription |
Table.updateTable(UpdateTableSpec spec)
Updates the provisioned throughput for this table.
|
Modifier and Type | Method and Description |
---|---|
UpdateTableSpec |
UpdateTableSpec.withAttributeDefinitions(AttributeDefinition... attributeDefinitions) |
UpdateTableSpec |
UpdateTableSpec.withAttributeDefinitions(java.util.Collection<AttributeDefinition> attributeDefinitions) |
UpdateTableSpec |
UpdateTableSpec.withGlobalSecondaryIndexUpdates(java.util.Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates) |
UpdateTableSpec |
UpdateTableSpec.withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates) |
UpdateTableSpec |
UpdateTableSpec.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput) |