Uses of Class
com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputDescription
-
Packages that use ProvisionedThroughputDescription Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of ProvisionedThroughputDescription in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return ProvisionedThroughputDescription Modifier and Type Method Description 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.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type ProvisionedThroughputDescription Modifier and Type Method Description void
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
GlobalSecondaryIndexDescription. withProvisionedThroughput(ProvisionedThroughputDescription provisionedThroughput)
TableDescription
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.
-