Uses of Class
software.amazon.awssdk.services.connectcases.model.ListLayoutsResponse
-
Packages that use ListLayoutsResponse 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 ListLayoutsResponse in software.amazon.awssdk.services.connectcases
Methods in software.amazon.awssdk.services.connectcases that return ListLayoutsResponse Modifier and Type Method Description default ListLayoutsResponseConnectCasesClient. listLayouts(Consumer<ListLayoutsRequest.Builder> listLayoutsRequest)Lists all layouts in the given cases domain.default ListLayoutsResponseConnectCasesClient. listLayouts(ListLayoutsRequest listLayoutsRequest)Lists all layouts in the given cases domain.Methods in software.amazon.awssdk.services.connectcases that return types with arguments of type ListLayoutsResponse Modifier and Type Method Description default CompletableFuture<ListLayoutsResponse>ConnectCasesAsyncClient. listLayouts(Consumer<ListLayoutsRequest.Builder> listLayoutsRequest)Lists all layouts in the given cases domain.default CompletableFuture<ListLayoutsResponse>ConnectCasesAsyncClient. listLayouts(ListLayoutsRequest listLayoutsRequest)Lists all layouts in the given cases domain. -
Uses of ListLayoutsResponse in software.amazon.awssdk.services.connectcases.paginators
Methods in software.amazon.awssdk.services.connectcases.paginators that return types with arguments of type ListLayoutsResponse Modifier and Type Method Description Iterator<ListLayoutsResponse>ListLayoutsIterable. iterator()Method parameters in software.amazon.awssdk.services.connectcases.paginators with type arguments of type ListLayoutsResponse Modifier and Type Method Description voidListLayoutsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLayoutsResponse> subscriber)
-