Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ListUsersResponse
Packages that use ListUsersResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of ListUsersResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return ListUsersResponseModifier and TypeMethodDescriptiondefault ListUsersResponseCognitoIdentityProviderClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest) Given a user pool ID, returns a list of users and their basic details in a user pool.default ListUsersResponseCognitoIdentityProviderClient.listUsers(ListUsersRequest listUsersRequest) Given a user pool ID, returns a list of users and their basic details in a user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ListUsersResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ListUsersResponse>CognitoIdentityProviderAsyncClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest) Given a user pool ID, returns a list of users and their basic details in a user pool.default CompletableFuture<ListUsersResponse>CognitoIdentityProviderAsyncClient.listUsers(ListUsersRequest listUsersRequest) Given a user pool ID, returns a list of users and their basic details in a user pool. -
Uses of ListUsersResponse in software.amazon.awssdk.services.cognitoidentityprovider.paginators
Methods in software.amazon.awssdk.services.cognitoidentityprovider.paginators that return types with arguments of type ListUsersResponseMethod parameters in software.amazon.awssdk.services.cognitoidentityprovider.paginators with type arguments of type ListUsersResponseModifier and TypeMethodDescriptionvoidListUsersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListUsersResponse> subscriber)