Uses of Class
software.amazon.awssdk.services.connect.model.ListUserHierarchyGroupsResponse
-
Packages that use ListUserHierarchyGroupsResponse 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.software.amazon.awssdk.services.connect.paginators -
-
Uses of ListUserHierarchyGroupsResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ListUserHierarchyGroupsResponse Modifier and Type Method Description default ListUserHierarchyGroupsResponseConnectClient. listUserHierarchyGroups(Consumer<ListUserHierarchyGroupsRequest.Builder> listUserHierarchyGroupsRequest)Provides summary information about the hierarchy groups for the specified Amazon Connect instance.default ListUserHierarchyGroupsResponseConnectClient. listUserHierarchyGroups(ListUserHierarchyGroupsRequest listUserHierarchyGroupsRequest)Provides summary information about the hierarchy groups for the specified Amazon Connect instance.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ListUserHierarchyGroupsResponse Modifier and Type Method Description default CompletableFuture<ListUserHierarchyGroupsResponse>ConnectAsyncClient. listUserHierarchyGroups(Consumer<ListUserHierarchyGroupsRequest.Builder> listUserHierarchyGroupsRequest)Provides summary information about the hierarchy groups for the specified Amazon Connect instance.default CompletableFuture<ListUserHierarchyGroupsResponse>ConnectAsyncClient. listUserHierarchyGroups(ListUserHierarchyGroupsRequest listUserHierarchyGroupsRequest)Provides summary information about the hierarchy groups for the specified Amazon Connect instance. -
Uses of ListUserHierarchyGroupsResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ListUserHierarchyGroupsResponse Modifier and Type Method Description Iterator<ListUserHierarchyGroupsResponse>ListUserHierarchyGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type ListUserHierarchyGroupsResponse Modifier and Type Method Description voidListUserHierarchyGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUserHierarchyGroupsResponse> subscriber)
-