|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Domain | |
|---|---|
| com.xerox.amazonws.simpledb | |
| Uses of Domain in com.xerox.amazonws.simpledb |
|---|
| Methods in com.xerox.amazonws.simpledb that return Domain | |
|---|---|
Domain |
SimpleDB.getDomain(String domainName)
Method for getting a Domain object without getting a list of them. |
| Methods in com.xerox.amazonws.simpledb that return types with arguments of type Domain | |
|---|---|
SDBResult<Domain> |
SimpleDB.createDomain(String name)
Creates a domain. |
SDBListResult<Domain> |
SimpleDB.listDomains()
Gets a list of domains |
SDBListResult<Domain> |
SimpleDB.listDomains(String nextToken)
Gets a list of domains |
SDBListResult<Domain> |
SimpleDB.listDomains(String nextToken,
int maxResults)
Gets a list of domains |
| Methods in com.xerox.amazonws.simpledb with parameters of type Domain | |
|---|---|
SDBResult |
SimpleDB.deleteDomain(Domain domain)
Deletes a domain. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||