Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ProvisionedThroughputDescription |
ProvisionedThroughputDescription.clone() |
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 specified global secondary index.
|
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 . |
Modifier and Type | Method and Description |
---|---|
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 specified global secondary index.
|
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 specified global secondary index.
|
Copyright © 2020. All rights reserved.