|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListDomainsResult | |
---|---|
com.amazonaws.services.simpledb | Synchronous and asynchronous client classes for accessing AmazonSimpleDB. |
com.amazonaws.services.simpledb.model | Classes modeling the various types represented by AmazonSimpleDB. |
Uses of ListDomainsResult in com.amazonaws.services.simpledb |
---|
Methods in com.amazonaws.services.simpledb that return ListDomainsResult | |
---|---|
ListDomainsResult |
AmazonSimpleDB.listDomains()
The ListDomains operation lists all domains associated
with the Access Key ID. |
ListDomainsResult |
AmazonSimpleDBClient.listDomains()
The ListDomains operation lists all domains associated
with the Access Key ID. |
ListDomainsResult |
AmazonSimpleDB.listDomains(ListDomainsRequest listDomainsRequest)
The ListDomains operation lists all domains associated
with the Access Key ID. |
ListDomainsResult |
AmazonSimpleDBClient.listDomains(ListDomainsRequest listDomainsRequest)
The ListDomains operation lists all domains associated
with the Access Key ID. |
Methods in com.amazonaws.services.simpledb that return types with arguments of type ListDomainsResult | |
---|---|
Future<ListDomainsResult> |
AmazonSimpleDBAsync.listDomainsAsync(ListDomainsRequest listDomainsRequest)
The ListDomains operation lists all domains associated
with the Access Key ID. |
Future<ListDomainsResult> |
AmazonSimpleDBAsyncClient.listDomainsAsync(ListDomainsRequest listDomainsRequest)
The ListDomains operation lists all domains associated
with the Access Key ID. |
Uses of ListDomainsResult in com.amazonaws.services.simpledb.model |
---|
Methods in com.amazonaws.services.simpledb.model that return ListDomainsResult | |
---|---|
ListDomainsResult |
ListDomainsResult.withDomainNames(Collection<String> domainNames)
A list of domain names that match the expression. |
ListDomainsResult |
ListDomainsResult.withDomainNames(String... domainNames)
A list of domain names that match the expression. |
ListDomainsResult |
ListDomainsResult.withNextToken(String nextToken)
An opaque token indicating that there are more domains than the specified MaxNumberOfDomains still available. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |