Uses of Class
software.amazon.awssdk.services.swf.model.ListDomainsResponse
-
Packages that use ListDomainsResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.paginators -
-
Uses of ListDomainsResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return ListDomainsResponse Modifier and Type Method Description default ListDomainsResponseSwfClient. listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)Returns the list of domains registered in the account.default ListDomainsResponseSwfClient. listDomains(ListDomainsRequest listDomainsRequest)Returns the list of domains registered in the account.Methods in software.amazon.awssdk.services.swf that return types with arguments of type ListDomainsResponse Modifier and Type Method Description default CompletableFuture<ListDomainsResponse>SwfAsyncClient. listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)Returns the list of domains registered in the account.default CompletableFuture<ListDomainsResponse>SwfAsyncClient. listDomains(ListDomainsRequest listDomainsRequest)Returns the list of domains registered in the account. -
Uses of ListDomainsResponse in software.amazon.awssdk.services.swf.paginators
Methods in software.amazon.awssdk.services.swf.paginators that return types with arguments of type ListDomainsResponse Modifier and Type Method Description Iterator<ListDomainsResponse>ListDomainsIterable. iterator()Method parameters in software.amazon.awssdk.services.swf.paginators with type arguments of type ListDomainsResponse Modifier and Type Method Description voidListDomainsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDomainsResponse> subscriber)
-