| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
ListUsersResult |
AbstractAWSCognitoIdentityProvider.listUsers(ListUsersRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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.
|
Future<ListUsersResult> |
AbstractAWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListUsersResult> |
AbstractAWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
ListUsersResult.clone() |
ListUsersResult |
ListUsersResult.withPaginationToken(String paginationToken)
The identifier that Amazon Cognito returned with the previous request to this operation.
|
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 © 2025. All rights reserved.