类的使用
com.baidubce.services.moladb.model.KeySchemaElement
-
使用KeySchemaElement的程序包 程序包 说明 com.baidubce.services.moladb.model com.baidubce.services.moladb.model.transform -
-
com.baidubce.services.moladb.model中KeySchemaElement的使用
返回KeySchemaElement的com.baidubce.services.moladb.model中的方法 修饰符和类型 方法 说明 KeySchemaElementKeySchemaElement. withAttributeName(String name)Set the attribute name for the key schema.KeySchemaElementKeySchemaElement. withKeyType(String type)Set the key type for the key schema.返回变量类型为KeySchemaElement的类型的com.baidubce.services.moladb.model中的方法 修饰符和类型 方法 说明 List<KeySchemaElement>CreateTableRequest. getKeySchema()Get the Key information for creating a table, contains hashkey or hashkey and rangekey.List<KeySchemaElement>GetTableResponse. getKeySchema()Get Key information for this table.类型变量类型为KeySchemaElement的com.baidubce.services.moladb.model中的方法参数 修饰符和类型 方法 说明 voidCreateTableRequest. setKeySchema(List<KeySchemaElement> keySchema)Set the Key information for creating a table, contains hashkey or hashkey and rangekey.voidGetTableResponse. setKeySchema(List<KeySchemaElement> schema)Set Key information for this table.CreateTableRequestCreateTableRequest. withKeySchema(List<KeySchemaElement> keySchema)Set the Key information for creating a table, contains hashkey or hashkey and rangekey. -
com.baidubce.services.moladb.model.transform中KeySchemaElement的使用
返回变量类型为KeySchemaElement的类型的com.baidubce.services.moladb.model.transform中的方法 修饰符和类型 方法 说明 List<KeySchemaElement>KeySchemaUnmarshaller. unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj)
-