Uses of Class
software.amazon.awssdk.services.connect.model.UpdateViewContentResponse
-
Packages that use UpdateViewContentResponse Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale. -
-
Uses of UpdateViewContentResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UpdateViewContentResponse Modifier and Type Method Description default UpdateViewContentResponseConnectClient. updateViewContent(Consumer<UpdateViewContentRequest.Builder> updateViewContentRequest)Updates the view content of the given view identifier in the specified Amazon Connect instance.default UpdateViewContentResponseConnectClient. updateViewContent(UpdateViewContentRequest updateViewContentRequest)Updates the view content of the given view identifier in the specified Amazon Connect instance.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UpdateViewContentResponse Modifier and Type Method Description default CompletableFuture<UpdateViewContentResponse>ConnectAsyncClient. updateViewContent(Consumer<UpdateViewContentRequest.Builder> updateViewContentRequest)Updates the view content of the given view identifier in the specified Amazon Connect instance.default CompletableFuture<UpdateViewContentResponse>ConnectAsyncClient. updateViewContent(UpdateViewContentRequest updateViewContentRequest)Updates the view content of the given view identifier in the specified Amazon Connect instance.
-