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

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

Uses of CreateTableRequest in com.baidubce.services.moladb
 

Methods in com.baidubce.services.moladb with parameters of type CreateTableRequest
 CreateTableResponse MolaDbClient.createTable(CreateTableRequest request)
           Create a table in moladb
 

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

Methods in com.baidubce.services.moladb.model that return CreateTableRequest
 CreateTableRequest CreateTableRequest.withAttributeDefinitions(List<AttributeDefinition> attributeDefinitions)
          Add attributes with value type and name when creating a table.
 CreateTableRequest CreateTableRequest.withKeySchema(List<KeySchemaElement> keySchema)
          Set the Key information for creating a table, contains hashkey or hashkey and rangekey.
 CreateTableRequest CreateTableRequest.withProvisionedThroughput(ProvisionedThroughput provision)
          Set the provisioned throughput when creating a table.
 CreateTableRequest CreateTableRequest.withRequestCredentials(BceCredentials credentials)
           
 CreateTableRequest CreateTableRequest.withTableName(String tableName)
          Set the name of the table to create.
 



Copyright © 2018. All rights reserved.