Uses of Class
com.baidubce.services.moladb.model.ProvisionedThroughput

Packages that use ProvisionedThroughput
com.baidubce.services.moladb.model   
 

Uses of ProvisionedThroughput in com.baidubce.services.moladb.model
 

Methods in com.baidubce.services.moladb.model that return ProvisionedThroughput
 ProvisionedThroughput CreateTableRequest.getProvisionedThroughput()
          Get the privisioned throughput when creating a table.
 ProvisionedThroughput UpdateTableRequest.getProvisionedThroughput()
          Get the ProvisionedThroughput object used to set provisioned throughput for updating table from this object.
 ProvisionedThroughput ProvisionedThroughput.withReadCapacityUnits(Long capacity)
          Set the number of read capacity for this table.
 ProvisionedThroughput ProvisionedThroughput.withWriteCapacityUnits(Long capacity)
          Set the number of write capacity for this table.
 

Methods in com.baidubce.services.moladb.model with parameters of type ProvisionedThroughput
 void CreateTableRequest.setProvisionedThroughput(ProvisionedThroughput provision)
          Set the privisioned throughput when creating a table.
 void UpdateTableRequest.setProvisionedThroughput(ProvisionedThroughput provision)
          Set provisioned throughput for updating table.
 CreateTableRequest CreateTableRequest.withProvisionedThroughput(ProvisionedThroughput provision)
          Set the provisioned throughput when creating a table.
 UpdateTableRequest UpdateTableRequest.withProvisionedThroughput(ProvisionedThroughput provision)
          Set provisioned throughput for updating table.
 



Copyright © 2018. All rights reserved.