Uses of Class
software.amazon.awssdk.services.connect.model.UpdateUserHierarchyResponse
-
Packages that use UpdateUserHierarchyResponse 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 UpdateUserHierarchyResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UpdateUserHierarchyResponse Modifier and Type Method Description default UpdateUserHierarchyResponseConnectClient. updateUserHierarchy(Consumer<UpdateUserHierarchyRequest.Builder> updateUserHierarchyRequest)Assigns the specified hierarchy group to the specified user.default UpdateUserHierarchyResponseConnectClient. updateUserHierarchy(UpdateUserHierarchyRequest updateUserHierarchyRequest)Assigns the specified hierarchy group to the specified user.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UpdateUserHierarchyResponse Modifier and Type Method Description default CompletableFuture<UpdateUserHierarchyResponse>ConnectAsyncClient. updateUserHierarchy(Consumer<UpdateUserHierarchyRequest.Builder> updateUserHierarchyRequest)Assigns the specified hierarchy group to the specified user.default CompletableFuture<UpdateUserHierarchyResponse>ConnectAsyncClient. updateUserHierarchy(UpdateUserHierarchyRequest updateUserHierarchyRequest)Assigns the specified hierarchy group to the specified user.
-