|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemAttribute | |
---|---|
com.xerox.amazonws.sdb |
Uses of ItemAttribute in com.xerox.amazonws.sdb |
---|
Methods in com.xerox.amazonws.sdb that return types with arguments of type ItemAttribute | |
---|---|
List<ItemAttribute> |
Item.getAttributes()
Gets a map of all attributes for this item |
List<ItemAttribute> |
Item.getAttributes(List<String> attributes)
Gets selected attributes. |
List<ItemAttribute> |
Item.getAttributes(String attributeName)
Deprecated. this didn't work, so I don't expect anyone was using it anyway! |
Map<String,List<ItemAttribute>> |
QueryWithAttributesResult.getItems()
|
Method parameters in com.xerox.amazonws.sdb with type arguments of type ItemAttribute | |
---|---|
SDBResult |
Domain.batchPutAttributes(Map<String,List<ItemAttribute>> items)
Batch inserts multiple items w/ attributes |
SDBResult |
Item.deleteAttributes(List<ItemAttribute> attributes)
Deletes one or more attributes. |
SDBResult |
Item.deleteAttributes(List<ItemAttribute> attributes,
List<Condition> conditions)
Deletes one or more attributes. |
void |
ItemListener.itemAvailable(String identifier,
List<ItemAttribute> attrs)
|
SDBResult |
Item.putAttributes(List<ItemAttribute> attributes)
Creates attributes for this item. |
SDBResult |
Item.putAttributes(List<ItemAttribute> attributes,
List<Condition> conditions)
Creates attributes for this item. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |