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(Collection<AttributeDefinition> attributeDefinitions) |
UpdateTableSpec |
UpdateTableSpec.withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates) |
UpdateTableSpec |
UpdateTableSpec.withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates) |
UpdateTableSpec |
UpdateTableSpec.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput) |
Copyright © 2023. All rights reserved.