ProvisionedThroughputDescription |
ProvisionedThroughputDescription.clone() |
|
ProvisionedThroughputDescription |
GlobalSecondaryIndexDescription.getProvisionedThroughput() |
|
ProvisionedThroughputDescription |
TableDescription.getProvisionedThroughput() |
The provisioned throughput settings for the table, consisting of read and
write capacity units, along with data about increases and decreases.
|
ProvisionedThroughputDescription |
ProvisionedThroughputDescription.withLastDecreaseDateTime(Date lastDecreaseDateTime) |
The date and time of the last provisioned throughput decrease for this
table.
|
ProvisionedThroughputDescription |
ProvisionedThroughputDescription.withLastIncreaseDateTime(Date lastIncreaseDateTime) |
The date and time of the last provisioned throughput increase for this
table.
|
ProvisionedThroughputDescription |
ProvisionedThroughputDescription.withNumberOfDecreasesToday(Long numberOfDecreasesToday) |
The number of provisioned throughput decreases for this table during this
UTC calendar day.
|
ProvisionedThroughputDescription |
ProvisionedThroughputDescription.withReadCapacityUnits(Long readCapacityUnits) |
The maximum number of strongly consistent reads consumed per second
before DynamoDB returns a ThrottlingException.
|
ProvisionedThroughputDescription |
ProvisionedThroughputDescription.withWriteCapacityUnits(Long writeCapacityUnits) |
The maximum number of writes consumed per second before DynamoDB returns
a ThrottlingException.
|