Uses of Class
software.amazon.awssdk.services.connectcases.model.ListTemplatesResponse
-
Packages that use ListTemplatesResponse 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 ListTemplatesResponse in software.amazon.awssdk.services.connectcases
Methods in software.amazon.awssdk.services.connectcases that return ListTemplatesResponse Modifier and Type Method Description default ListTemplatesResponseConnectCasesClient. listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)Lists all of the templates in a Cases domain.default ListTemplatesResponseConnectCasesClient. listTemplates(ListTemplatesRequest listTemplatesRequest)Lists all of the templates in a Cases domain.Methods in software.amazon.awssdk.services.connectcases that return types with arguments of type ListTemplatesResponse Modifier and Type Method Description default CompletableFuture<ListTemplatesResponse>ConnectCasesAsyncClient. listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)Lists all of the templates in a Cases domain.default CompletableFuture<ListTemplatesResponse>ConnectCasesAsyncClient. listTemplates(ListTemplatesRequest listTemplatesRequest)Lists all of the templates in a Cases domain. -
Uses of ListTemplatesResponse in software.amazon.awssdk.services.connectcases.paginators
Methods in software.amazon.awssdk.services.connectcases.paginators that return types with arguments of type ListTemplatesResponse Modifier and Type Method Description Iterator<ListTemplatesResponse>ListTemplatesIterable. iterator()Method parameters in software.amazon.awssdk.services.connectcases.paginators with type arguments of type ListTemplatesResponse Modifier and Type Method Description voidListTemplatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTemplatesResponse> subscriber)
-