Package | Description |
---|---|
com.amazonaws.services.dynamodb.model |
Classes modeling the various types represented by AmazonDynamoDB.
|
Modifier and Type | Method and Description |
---|---|
ProvisionedThroughput |
UpdateTableRequest.getProvisionedThroughput()
Deprecated.
Provisioned throughput reserves the required read and write resources
for your table in terms of
ReadCapacityUnits and
WriteCapacityUnits . |
ProvisionedThroughput |
CreateTableRequest.getProvisionedThroughput()
Deprecated.
Provisioned throughput reserves the required read and write resources
for your table in terms of
ReadCapacityUnits and
WriteCapacityUnits . |
ProvisionedThroughput |
ProvisionedThroughput.withReadCapacityUnits(Long readCapacityUnits)
Deprecated.
ReadCapacityUnits are in terms of strictly consistent
reads, assuming items of 1k. |
ProvisionedThroughput |
ProvisionedThroughput.withWriteCapacityUnits(Long writeCapacityUnits)
Deprecated.
WriteCapacityUnits are in terms of strictly consistent
reads, assuming items of 1k. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateTableRequest.setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Deprecated.
Provisioned throughput reserves the required read and write resources
for your table in terms of
ReadCapacityUnits and
WriteCapacityUnits . |
void |
CreateTableRequest.setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Deprecated.
Provisioned throughput reserves the required read and write resources
for your table in terms of
ReadCapacityUnits and
WriteCapacityUnits . |
UpdateTableRequest |
UpdateTableRequest.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Deprecated.
Provisioned throughput reserves the required read and write resources
for your table in terms of
ReadCapacityUnits and
WriteCapacityUnits . |
CreateTableRequest |
CreateTableRequest.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Deprecated.
Provisioned throughput reserves the required read and write resources
for your table in terms of
ReadCapacityUnits and
WriteCapacityUnits . |
Copyright © 2014. All rights reserved.