Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
Future<ListDomainsResult> |
AmazonSimpleDBAsync.listDomainsAsync(ListDomainsRequest listDomainsRequest,
AsyncHandler<ListDomainsRequest,ListDomainsResult> asyncHandler)
The
ListDomains operation lists all domains associated
with the Access Key ID. |
Future<ListDomainsResult> |
AmazonSimpleDBAsyncClient.listDomainsAsync(ListDomainsRequest listDomainsRequest,
AsyncHandler<ListDomainsRequest,ListDomainsResult> asyncHandler)
The
ListDomains operation lists all domains associated
with the Access Key ID. |
Modifier and Type | Method and Description |
---|---|
Future<ListDomainsResult> |
AmazonSimpleDBAsync.listDomainsAsync(ListDomainsRequest listDomainsRequest,
AsyncHandler<ListDomainsRequest,ListDomainsResult> asyncHandler)
The
ListDomains operation lists all domains associated
with the Access Key ID. |
Future<ListDomainsResult> |
AmazonSimpleDBAsyncClient.listDomainsAsync(ListDomainsRequest listDomainsRequest,
AsyncHandler<ListDomainsRequest,ListDomainsResult> asyncHandler)
The
ListDomains operation lists all domains associated
with the Access Key ID. |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2014. All rights reserved.