Uses of Class
software.amazon.awssdk.services.connectcases.model.ListLayoutsRequest
-
Packages that use ListLayoutsRequest 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 software.amazon.awssdk.services.connectcases.transform -
-
Uses of ListLayoutsRequest in software.amazon.awssdk.services.connectcases
Methods in software.amazon.awssdk.services.connectcases with parameters of type ListLayoutsRequest Modifier and Type Method Description default CompletableFuture<ListLayoutsResponse>ConnectCasesAsyncClient. listLayouts(ListLayoutsRequest listLayoutsRequest)Lists all layouts in the given cases domain.default ListLayoutsResponseConnectCasesClient. listLayouts(ListLayoutsRequest listLayoutsRequest)Lists all layouts in the given cases domain.default ListLayoutsPublisherConnectCasesAsyncClient. listLayoutsPaginator(ListLayoutsRequest listLayoutsRequest)Lists all layouts in the given cases domain.default ListLayoutsIterableConnectCasesClient. listLayoutsPaginator(ListLayoutsRequest listLayoutsRequest)Lists all layouts in the given cases domain. -
Uses of ListLayoutsRequest in software.amazon.awssdk.services.connectcases.paginators
Constructors in software.amazon.awssdk.services.connectcases.paginators with parameters of type ListLayoutsRequest Constructor Description ListLayoutsIterable(ConnectCasesClient client, ListLayoutsRequest firstRequest)ListLayoutsPublisher(ConnectCasesAsyncClient client, ListLayoutsRequest firstRequest) -
Uses of ListLayoutsRequest in software.amazon.awssdk.services.connectcases.transform
Methods in software.amazon.awssdk.services.connectcases.transform with parameters of type ListLayoutsRequest Modifier and Type Method Description SdkHttpFullRequestListLayoutsRequestMarshaller. marshall(ListLayoutsRequest listLayoutsRequest)
-