Package | Description |
---|---|
com.amazonaws.services.dynamodb.model |
Classes modeling the various types represented by AmazonDynamoDB.
|
Modifier and Type | Method and Description |
---|---|
ProvisionedThroughputDescription |
TableDescription.getProvisionedThroughput()
Deprecated.
Returns the value of the ProvisionedThroughput property for this
object.
|
ProvisionedThroughputDescription |
ProvisionedThroughputDescription.withLastDecreaseDateTime(Date lastDecreaseDateTime)
Deprecated.
Sets the value of the LastDecreaseDateTime property for this object.
|
ProvisionedThroughputDescription |
ProvisionedThroughputDescription.withLastIncreaseDateTime(Date lastIncreaseDateTime)
Deprecated.
Sets the value of the LastIncreaseDateTime property for this object.
|
ProvisionedThroughputDescription |
ProvisionedThroughputDescription.withNumberOfDecreasesToday(Long numberOfDecreasesToday)
Deprecated.
Sets the value of the NumberOfDecreasesToday property for this object.
|
ProvisionedThroughputDescription |
ProvisionedThroughputDescription.withReadCapacityUnits(Long readCapacityUnits)
Deprecated.
Sets the value of the ReadCapacityUnits property for this object.
|
ProvisionedThroughputDescription |
ProvisionedThroughputDescription.withWriteCapacityUnits(Long writeCapacityUnits)
Deprecated.
Sets the value of the WriteCapacityUnits property for this object.
|
Modifier and Type | Method and Description |
---|---|
void |
TableDescription.setProvisionedThroughput(ProvisionedThroughputDescription provisionedThroughput)
Deprecated.
Sets the value of the ProvisionedThroughput property for this object.
|
TableDescription |
TableDescription.withProvisionedThroughput(ProvisionedThroughputDescription provisionedThroughput)
Deprecated.
Sets the value of the ProvisionedThroughput property for this object.
|
Copyright © 2014. All rights reserved.