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

Packages that use KeySchemaElement
com.baidubce.services.moladb.model   
com.baidubce.services.moladb.model.transform   
 

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

Methods in com.baidubce.services.moladb.model that return KeySchemaElement
 KeySchemaElement KeySchemaElement.withAttributeName(String name)
          Set the attribute name for the key schema.
 KeySchemaElement KeySchemaElement.withKeyType(String type)
          Set the key type for the key schema.
 

Methods in com.baidubce.services.moladb.model that return types with arguments of type KeySchemaElement
 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.
 

Method parameters in com.baidubce.services.moladb.model with type arguments of type KeySchemaElement
 void CreateTableRequest.setKeySchema(List<KeySchemaElement> keySchema)
          Set the Key information for creating a table, contains hashkey or hashkey and rangekey.
 void GetTableResponse.setKeySchema(List<KeySchemaElement> schema)
          Set Key information for this table.
 CreateTableRequest CreateTableRequest.withKeySchema(List<KeySchemaElement> keySchema)
          Set the Key information for creating a table, contains hashkey or hashkey and rangekey.
 

Uses of KeySchemaElement in com.baidubce.services.moladb.model.transform
 

Methods in com.baidubce.services.moladb.model.transform that return types with arguments of type KeySchemaElement
 List<KeySchemaElement> KeySchemaUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj)
           
 



Copyright © 2018. All rights reserved.