Uses of Class
software.amazon.awssdk.services.connectcases.model.ListDomainsResponse
-
Packages that use ListDomainsResponse Package Description software.amazon.awssdk.services.connectcases With Amazon Connect Cases, your agents can track and manage customer issues that require multiple interactions, follow-up tasks, and teams in your contact center.software.amazon.awssdk.services.connectcases.paginators -
-
Uses of ListDomainsResponse in software.amazon.awssdk.services.connectcases
Methods in software.amazon.awssdk.services.connectcases that return ListDomainsResponse Modifier and Type Method Description default ListDomainsResponseConnectCasesClient. listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)Lists all cases domains in the Amazon Web Services account.default ListDomainsResponseConnectCasesClient. listDomains(ListDomainsRequest listDomainsRequest)Lists all cases domains in the Amazon Web Services account.Methods in software.amazon.awssdk.services.connectcases that return types with arguments of type ListDomainsResponse Modifier and Type Method Description default CompletableFuture<ListDomainsResponse>ConnectCasesAsyncClient. listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest)Lists all cases domains in the Amazon Web Services account.default CompletableFuture<ListDomainsResponse>ConnectCasesAsyncClient. listDomains(ListDomainsRequest listDomainsRequest)Lists all cases domains in the Amazon Web Services account. -
Uses of ListDomainsResponse in software.amazon.awssdk.services.connectcases.paginators
Methods in software.amazon.awssdk.services.connectcases.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.connectcases.paginators with type arguments of type ListDomainsResponse Modifier and Type Method Description voidListDomainsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDomainsResponse> subscriber)
-