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

Packages that use Domain
com.xerox.amazonws.sdb   
 

Uses of Domain in com.xerox.amazonws.sdb
 

Methods in com.xerox.amazonws.sdb that return Domain
 Domain SimpleDB.createDomain(String name)
          Creates a domain.
 Domain SimpleDB.getDomain(String domainName)
          Method for getting a Domain object without getting a list of them.
 

Methods in com.xerox.amazonws.sdb that return types with arguments of type Domain
 List<Domain> ListDomainsResult.getDomainList()
           
 

Methods in com.xerox.amazonws.sdb with parameters of type Domain
 void SimpleDB.deleteDomain(Domain domain)
          Deletes a domain.
 

Constructors in com.xerox.amazonws.sdb with parameters of type Domain
Counter(Domain domain, String counterName)
          Constructs a counter, where a value may already be stored.
Counter(Domain domain, String counterName, long initValue)
          Constructs a counter with a specified initial value