类的使用
com.baidubce.services.moladb.model.CreateTableRequest
-
使用CreateTableRequest的程序包 程序包 说明 com.baidubce.services.moladb com.baidubce.services.moladb.model -
-
com.baidubce.services.moladb中CreateTableRequest的使用
参数类型为CreateTableRequest的com.baidubce.services.moladb中的方法 修饰符和类型 方法 说明 CreateTableResponseMolaDbClient. createTable(CreateTableRequest request)Create a table in moladb -
com.baidubce.services.moladb.model中CreateTableRequest的使用
返回CreateTableRequest的com.baidubce.services.moladb.model中的方法 修饰符和类型 方法 说明 CreateTableRequestCreateTableRequest. withAttributeDefinitions(List<AttributeDefinition> attributeDefinitions)Add attributes with value type and name when creating a table.CreateTableRequestCreateTableRequest. withKeySchema(List<KeySchemaElement> keySchema)Set the Key information for creating a table, contains hashkey or hashkey and rangekey.CreateTableRequestCreateTableRequest. withProvisionedThroughput(ProvisionedThroughput provision)Set the provisioned throughput when creating a table.CreateTableRequestCreateTableRequest. withRequestCredentials(BceCredentials credentials)CreateTableRequestCreateTableRequest. withTableName(String tableName)Set the name of the table to create.
-