Uses of Class
com.amazonaws.services.dynamodb.model.ProvisionedThroughputDescription

Packages that use ProvisionedThroughputDescription
com.amazonaws.services.dynamodb.model Classes modeling the various types represented by AmazonDynamoDB. 
 

Uses of ProvisionedThroughputDescription in com.amazonaws.services.dynamodb.model
 

Methods in com.amazonaws.services.dynamodb.model that return ProvisionedThroughputDescription
 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.
 

Methods in com.amazonaws.services.dynamodb.model with parameters of type ProvisionedThroughputDescription
 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 © 2016. All rights reserved.