|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeDefinition | |
|---|---|
| com.baidubce.services.moladb.model | |
| Uses of AttributeDefinition in com.baidubce.services.moladb.model |
|---|
| Methods in com.baidubce.services.moladb.model that return AttributeDefinition | |
|---|---|
AttributeDefinition |
AttributeDefinition.withAttributeName(String name)
The method set the attribute name for a new attribute. |
AttributeDefinition |
AttributeDefinition.withAttributeType(String type)
The method set the attribute value type for a new attribute. |
| Methods in com.baidubce.services.moladb.model that return types with arguments of type AttributeDefinition | |
|---|---|
List<AttributeDefinition> |
GetTableResponse.getAttributeDefinitions()
Get all of the attributes for this table. |
List<AttributeDefinition> |
CreateTableRequest.getAttributeDefinitions()
Get the attribute definitions. |
| Method parameters in com.baidubce.services.moladb.model with type arguments of type AttributeDefinition | |
|---|---|
void |
GetTableResponse.setAttributeDefinitions(List<AttributeDefinition> attributeDefinitions)
Set all of the attributes for this table. |
void |
CreateTableRequest.setAttributeDefinitions(List<AttributeDefinition> attributeDefinitions)
Add attributes with value type and name when creating a table. |
CreateTableRequest |
CreateTableRequest.withAttributeDefinitions(List<AttributeDefinition> attributeDefinitions)
Add attributes with value type and name when creating a table. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||