Uses of Class
com.amazonaws.services.simpledb.model.ListDomainsResult
Packages that use ListDomainsResult
-
Uses of ListDomainsResult in com.amazonaws.services.simpledb
Methods in com.amazonaws.services.simpledb that return ListDomainsResultModifier and TypeMethodDescriptionAbstractAmazonSimpleDB.listDomains()
AbstractAmazonSimpleDB.listDomains
(ListDomainsRequest request) AmazonSimpleDB.listDomains()
Simplified method form for invoking the ListDomains operation.AmazonSimpleDB.listDomains
(ListDomainsRequest listDomainsRequest) TheListDomains
operation lists all domains associated with the Access Key ID.AmazonSimpleDBClient.listDomains()
AmazonSimpleDBClient.listDomains
(ListDomainsRequest listDomainsRequest) TheListDomains
operation lists all domains associated with the Access Key ID.Methods in com.amazonaws.services.simpledb that return types with arguments of type ListDomainsResultModifier and TypeMethodDescriptionAbstractAmazonSimpleDBAsync.listDomainsAsync()
Simplified method form for invoking the ListDomains operation.AbstractAmazonSimpleDBAsync.listDomainsAsync
(AsyncHandler<ListDomainsRequest, ListDomainsResult> asyncHandler) Simplified method form for invoking the ListDomains operation with an AsyncHandler.AbstractAmazonSimpleDBAsync.listDomainsAsync
(ListDomainsRequest request) AbstractAmazonSimpleDBAsync.listDomainsAsync
(ListDomainsRequest request, AsyncHandler<ListDomainsRequest, ListDomainsResult> asyncHandler) AmazonSimpleDBAsync.listDomainsAsync()
Simplified method form for invoking the ListDomains operation.AmazonSimpleDBAsync.listDomainsAsync
(AsyncHandler<ListDomainsRequest, ListDomainsResult> asyncHandler) Simplified method form for invoking the ListDomains operation with an AsyncHandler.AmazonSimpleDBAsync.listDomainsAsync
(ListDomainsRequest listDomainsRequest) TheListDomains
operation lists all domains associated with the Access Key ID.AmazonSimpleDBAsync.listDomainsAsync
(ListDomainsRequest listDomainsRequest, AsyncHandler<ListDomainsRequest, ListDomainsResult> asyncHandler) TheListDomains
operation lists all domains associated with the Access Key ID.AmazonSimpleDBAsyncClient.listDomainsAsync()
Simplified method form for invoking the ListDomains operation.AmazonSimpleDBAsyncClient.listDomainsAsync
(AsyncHandler<ListDomainsRequest, ListDomainsResult> asyncHandler) Simplified method form for invoking the ListDomains operation with an AsyncHandler.AmazonSimpleDBAsyncClient.listDomainsAsync
(ListDomainsRequest request) AmazonSimpleDBAsyncClient.listDomainsAsync
(ListDomainsRequest request, AsyncHandler<ListDomainsRequest, ListDomainsResult> asyncHandler) Method parameters in com.amazonaws.services.simpledb with type arguments of type ListDomainsResultModifier and TypeMethodDescriptionAbstractAmazonSimpleDBAsync.listDomainsAsync
(AsyncHandler<ListDomainsRequest, ListDomainsResult> asyncHandler) Simplified method form for invoking the ListDomains operation with an AsyncHandler.AbstractAmazonSimpleDBAsync.listDomainsAsync
(ListDomainsRequest request, AsyncHandler<ListDomainsRequest, ListDomainsResult> asyncHandler) AmazonSimpleDBAsync.listDomainsAsync
(AsyncHandler<ListDomainsRequest, ListDomainsResult> asyncHandler) Simplified method form for invoking the ListDomains operation with an AsyncHandler.AmazonSimpleDBAsync.listDomainsAsync
(ListDomainsRequest listDomainsRequest, AsyncHandler<ListDomainsRequest, ListDomainsResult> asyncHandler) TheListDomains
operation lists all domains associated with the Access Key ID.AmazonSimpleDBAsyncClient.listDomainsAsync
(AsyncHandler<ListDomainsRequest, ListDomainsResult> asyncHandler) Simplified method form for invoking the ListDomains operation with an AsyncHandler.AmazonSimpleDBAsyncClient.listDomainsAsync
(ListDomainsRequest request, AsyncHandler<ListDomainsRequest, ListDomainsResult> asyncHandler) -
Uses of ListDomainsResult in com.amazonaws.services.simpledb.model
Methods in com.amazonaws.services.simpledb.model that return ListDomainsResultModifier and TypeMethodDescriptionListDomainsResult.clone()
ListDomainsResult.withDomainNames
(String... domainNames) A list of domain names that match the expression.ListDomainsResult.withDomainNames
(Collection<String> domainNames) A list of domain names that match the expression.ListDomainsResult.withNextToken
(String nextToken) An opaque token indicating that there are more domains than the specifiedMaxNumberOfDomains
still available.