Uses of Class
com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
Packages that use ProvisionedThroughputDescription
-
Uses of ProvisionedThroughputDescription in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return ProvisionedThroughputDescriptionModifier and TypeMethodDescriptionProvisionedThroughputDescription.clone()
GlobalSecondaryIndexDescription.getProvisionedThroughput()
TableDescription.getProvisionedThroughput()
The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.ProvisionedThroughputDescription.withLastDecreaseDateTime
(Date lastDecreaseDateTime) The date and time of the last provisioned throughput decrease for this table.ProvisionedThroughputDescription.withLastIncreaseDateTime
(Date lastIncreaseDateTime) The date and time of the last provisioned throughput increase for this table.ProvisionedThroughputDescription.withNumberOfDecreasesToday
(Long numberOfDecreasesToday) The number of provisioned throughput decreases for this table during this UTC calendar day.ProvisionedThroughputDescription.withReadCapacityUnits
(Long readCapacityUnits) The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.ProvisionedThroughputDescription.withWriteCapacityUnits
(Long writeCapacityUnits) The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type ProvisionedThroughputDescriptionModifier and TypeMethodDescriptionvoid
GlobalSecondaryIndexDescription.setProvisionedThroughput
(ProvisionedThroughputDescription provisionedThroughput) void
TableDescription.setProvisionedThroughput
(ProvisionedThroughputDescription provisionedThroughput) The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.GlobalSecondaryIndexDescription.withProvisionedThroughput
(ProvisionedThroughputDescription provisionedThroughput) TableDescription.withProvisionedThroughput
(ProvisionedThroughputDescription provisionedThroughput) The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.