| Package | Description |
|---|---|
| com.baidubce.services.moladb.model | |
| com.baidubce.services.moladb.model.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeySchemaElement> |
KeySchemaUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode jsonObj) |
Copyright © 2020. All rights reserved.