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

Packages that use SDBResult
com.xerox.amazonws.sdb   
 

Uses of SDBResult in com.xerox.amazonws.sdb
 

Subclasses of SDBResult in com.xerox.amazonws.sdb
 class DomainMetadataResult
           
 class ListDomainsResult
           
 class QueryWithAttributesResult
           
 

Methods in com.xerox.amazonws.sdb that return SDBResult
 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.
 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.