|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProvisionedThroughput | |
---|---|
com.amazonaws.services.dynamodb.model | Classes modeling the various types represented by AmazonDynamoDB. |
Uses of ProvisionedThroughput in com.amazonaws.services.dynamodb.model |
---|
Methods in com.amazonaws.services.dynamodb.model that return ProvisionedThroughput | |
---|---|
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. |
Methods in com.amazonaws.services.dynamodb.model with parameters of type ProvisionedThroughput | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |