Uses of Class
software.amazon.awssdk.services.connectcases.model.UpdateLayoutResponse
-
Packages that use UpdateLayoutResponse 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. -
-
Uses of UpdateLayoutResponse in software.amazon.awssdk.services.connectcases
Methods in software.amazon.awssdk.services.connectcases that return UpdateLayoutResponse Modifier and Type Method Description default UpdateLayoutResponseConnectCasesClient. updateLayout(Consumer<UpdateLayoutRequest.Builder> updateLayoutRequest)Updates the attributes of an existing layout.default UpdateLayoutResponseConnectCasesClient. updateLayout(UpdateLayoutRequest updateLayoutRequest)Updates the attributes of an existing layout.Methods in software.amazon.awssdk.services.connectcases that return types with arguments of type UpdateLayoutResponse Modifier and Type Method Description default CompletableFuture<UpdateLayoutResponse>ConnectCasesAsyncClient. updateLayout(Consumer<UpdateLayoutRequest.Builder> updateLayoutRequest)Updates the attributes of an existing layout.default CompletableFuture<UpdateLayoutResponse>ConnectCasesAsyncClient. updateLayout(UpdateLayoutRequest updateLayoutRequest)Updates the attributes of an existing layout.
-