|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProvisionedThroughputDescription | |
---|---|
com.amazonaws.services.dynamodbv2.model | Classes modeling the various types represented by AmazonDynamoDBv2. |
Uses of ProvisionedThroughputDescription in com.amazonaws.services.dynamodbv2.model |
---|
Methods in com.amazonaws.services.dynamodbv2.model that return ProvisionedThroughputDescription | |
---|---|
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 |
GlobalSecondaryIndexDescription.getProvisionedThroughput()
Represents 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 | |
---|---|
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. |
void |
GlobalSecondaryIndexDescription.setProvisionedThroughput(ProvisionedThroughputDescription provisionedThroughput)
Represents the provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases. |
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. |
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withProvisionedThroughput(ProvisionedThroughputDescription provisionedThroughput)
Represents the provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |