Uses of Class
software.amazon.awssdk.services.identitystore.model.ListUsersResponse
-
Packages that use ListUsersResponse Package Description software.amazon.awssdk.services.identitystore The Identity Store service used by IAM Identity Center provides a single place to retrieve all of your identities (users and groups).software.amazon.awssdk.services.identitystore.paginators -
-
Uses of ListUsersResponse in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore that return ListUsersResponse Modifier and Type Method Description default ListUsersResponseIdentitystoreClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Lists all users in the identity store.default ListUsersResponseIdentitystoreClient. listUsers(ListUsersRequest listUsersRequest)Lists all users in the identity store.Methods in software.amazon.awssdk.services.identitystore that return types with arguments of type ListUsersResponse Modifier and Type Method Description default CompletableFuture<ListUsersResponse>IdentitystoreAsyncClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Lists all users in the identity store.default CompletableFuture<ListUsersResponse>IdentitystoreAsyncClient. listUsers(ListUsersRequest listUsersRequest)Lists all users in the identity store. -
Uses of ListUsersResponse in software.amazon.awssdk.services.identitystore.paginators
Methods in software.amazon.awssdk.services.identitystore.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.identitystore.paginators with type arguments of type ListUsersResponse Modifier and Type Method Description voidListUsersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUsersResponse> subscriber)
-