Uses of Class
com.xerox.amazonws.sdb.Condition

Packages that use Condition
com.xerox.amazonws.sdb   
 

Uses of Condition in com.xerox.amazonws.sdb
 

Method parameters in com.xerox.amazonws.sdb with type arguments of type Condition
 SDBResult Item.deleteAttributes(List<ItemAttribute> attributes, List<Condition> conditions)
          Deletes one or more attributes.
 void Domain.deleteItem(String identifier, List<Condition> conditions)
          Deletes an item, with conditions
 SDBResult Item.putAttributes(List<ItemAttribute> attributes, List<Condition> conditions)
          Creates attributes for this item.