Uses of Class
software.amazon.awssdk.services.connect.model.ListUsersResponse
-
Packages that use ListUsersResponse 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 ListUsersResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ListUsersResponse Modifier and Type Method Description default ListUsersResponseConnectClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Provides summary information about the users for the specified Amazon Connect instance.default ListUsersResponseConnectClient. listUsers(ListUsersRequest listUsersRequest)Provides summary information about the users for the specified Amazon Connect instance.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ListUsersResponse Modifier and Type Method Description default CompletableFuture<ListUsersResponse>ConnectAsyncClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Provides summary information about the users for the specified Amazon Connect instance.default CompletableFuture<ListUsersResponse>ConnectAsyncClient. listUsers(ListUsersRequest listUsersRequest)Provides summary information about the users for the specified Amazon Connect instance. -
Uses of ListUsersResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ListUsersResponse Modifier and Type Method Description Iterator<ListUsersResponse>ListUsersIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type ListUsersResponse Modifier and Type Method Description voidListUsersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUsersResponse> subscriber)
-