| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
AbstractAWSCognitoIdentityProvider.listUsers(ListUsersRequest request) |
ListUsersResult |
AWSCognitoIdentityProviderClient.listUsers(ListUsersRequest request)
Lists users and their basic details in a user pool.
|
ListUsersResult |
AWSCognitoIdentityProvider.listUsers(ListUsersRequest listUsersRequest)
Lists users and their basic details in a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListUsersResult> |
AbstractAWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest request) |
Future<ListUsersResult> |
AWSCognitoIdentityProviderAsyncClient.listUsersAsync(ListUsersRequest request) |
Future<ListUsersResult> |
AWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest listUsersRequest)
Lists users and their basic details in a user pool.
|
Future<ListUsersResult> |
AbstractAWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Future<ListUsersResult> |
AWSCognitoIdentityProviderAsyncClient.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Future<ListUsersResult> |
AWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest listUsersRequest,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Lists users and their basic details in a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListUsersResult> |
AbstractAWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Future<ListUsersResult> |
AWSCognitoIdentityProviderAsyncClient.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Future<ListUsersResult> |
AWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest listUsersRequest,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Lists users and their basic details in a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
ListUsersResult.clone() |
ListUsersResult |
ListUsersResult.withPaginationToken(String paginationToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
ListUsersResult |
ListUsersResult.withUsers(Collection<UserType> users)
A list of the user pool users, and their attributes, that match your query.
|
ListUsersResult |
ListUsersResult.withUsers(UserType... users)
A list of the user pool users, and their attributes, that match your query.
|
Copyright © 2023. All rights reserved.