|
||||||||||
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> |
CreateTableRequest.getAttributeDefinitions()
Get the attribute definitions. |
List<AttributeDefinition> |
GetTableResponse.getAttributeDefinitions()
Get all of the attributes for this table. |
Method parameters in com.baidubce.services.moladb.model with type arguments of type AttributeDefinition | |
---|---|
void |
CreateTableRequest.setAttributeDefinitions(List<AttributeDefinition> attributeDefinitions)
Add attributes with value type and name when creating a table. |
void |
GetTableResponse.setAttributeDefinitions(List<AttributeDefinition> attributeDefinitions)
Set all of the attributes for this table. |
CreateTableRequest |
CreateTableRequest.withAttributeDefinitions(List<AttributeDefinition> attributeDefinitions)
Add attributes with value type and name when creating a table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |