|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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> |
GetTableResponse.getKeySchema()
Get Key information for this table. |
List<KeySchemaElement> |
CreateTableRequest.getKeySchema()
Get the Key information for creating a table, contains hashkey or hashkey and rangekey. |
| Method parameters in com.baidubce.services.moladb.model with type arguments of type KeySchemaElement | |
|---|---|
void |
GetTableResponse.setKeySchema(List<KeySchemaElement> schema)
Set Key information for this table. |
void |
CreateTableRequest.setKeySchema(List<KeySchemaElement> keySchema)
Set the Key information for creating a table, contains hashkey or hashkey and rangekey. |
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||