Uses of Class
com.amazonaws.services.simpleworkflow.model.DomainInfos
Packages that use DomainInfos
Package
Description
-
Uses of DomainInfos in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow that return DomainInfosModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflow.listDomains(ListDomainsRequest request) AmazonSimpleWorkflow.listDomains(ListDomainsRequest listDomainsRequest) Returns the list of domains registered in the account.AmazonSimpleWorkflowClient.listDomains(ListDomainsRequest listDomainsRequest) Returns the list of domains registered in the account.Methods in com.amazonaws.services.simpleworkflow that return types with arguments of type DomainInfosModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.listDomainsAsync(ListDomainsRequest request) AbstractAmazonSimpleWorkflowAsync.listDomainsAsync(ListDomainsRequest request, AsyncHandler<ListDomainsRequest, DomainInfos> asyncHandler) AmazonSimpleWorkflowAsync.listDomainsAsync(ListDomainsRequest listDomainsRequest) Returns the list of domains registered in the account.AmazonSimpleWorkflowAsync.listDomainsAsync(ListDomainsRequest listDomainsRequest, AsyncHandler<ListDomainsRequest, DomainInfos> asyncHandler) Returns the list of domains registered in the account.AmazonSimpleWorkflowAsyncClient.listDomainsAsync(ListDomainsRequest request) AmazonSimpleWorkflowAsyncClient.listDomainsAsync(ListDomainsRequest request, AsyncHandler<ListDomainsRequest, DomainInfos> asyncHandler) Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type DomainInfosModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.listDomainsAsync(ListDomainsRequest request, AsyncHandler<ListDomainsRequest, DomainInfos> asyncHandler) AmazonSimpleWorkflowAsync.listDomainsAsync(ListDomainsRequest listDomainsRequest, AsyncHandler<ListDomainsRequest, DomainInfos> asyncHandler) Returns the list of domains registered in the account.AmazonSimpleWorkflowAsyncClient.listDomainsAsync(ListDomainsRequest request, AsyncHandler<ListDomainsRequest, DomainInfos> asyncHandler) -
Uses of DomainInfos in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return DomainInfosModifier and TypeMethodDescriptionDomainInfos.clone()DomainInfos.withDomainInfos(DomainInfo... domainInfos) A list of DomainInfo structures.DomainInfos.withDomainInfos(Collection<DomainInfo> domainInfos) A list of DomainInfo structures.DomainInfos.withNextPageToken(String nextPageToken) If aNextPageTokenwas returned by a previous call, there are more results available.