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