Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
ListUsersResult |
AWSCognitoIdentityProvider.listUsers(ListUsersRequest listUsersRequest)
Lists the users in the Amazon Cognito user pool.
|
ListUsersResult |
AbstractAWSCognitoIdentityProvider.listUsers(ListUsersRequest request) |
ListUsersResult |
AWSCognitoIdentityProviderClient.listUsers(ListUsersRequest request)
Lists the users in the Amazon Cognito user pool.
|
Future<ListUsersResult> |
AWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest listUsersRequest)
Lists the users in the Amazon Cognito user pool.
|
Future<ListUsersResult> |
AWSCognitoIdentityProviderAsyncClient.listUsersAsync(ListUsersRequest request) |
Future<ListUsersResult> |
AbstractAWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest request) |
Future<ListUsersResult> |
AWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest listUsersRequest,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Lists the users in the Amazon Cognito user pool.
|
Future<ListUsersResult> |
AWSCognitoIdentityProviderAsyncClient.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Future<ListUsersResult> |
AbstractAWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ListUsersResult> |
AWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest listUsersRequest,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Lists the users in the Amazon Cognito user pool.
|
Future<ListUsersResult> |
AWSCognitoIdentityProviderAsyncClient.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Future<ListUsersResult> |
AbstractAWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListUsersRequest |
ListUsersRequest.clone() |
ListUsersRequest |
ListUsersRequest.withAttributesToGet(Collection<String> attributesToGet)
An array of strings, where each string is the name of a user attribute to be returned for each user in the search
results.
|
ListUsersRequest |
ListUsersRequest.withAttributesToGet(String... attributesToGet)
An array of strings, where each string is the name of a user attribute to be returned for each user in the search
results.
|
ListUsersRequest |
ListUsersRequest.withFilter(String filter)
A filter string of the form "AttributeName Filter-Type "AttributeValue"".
|
ListUsersRequest |
ListUsersRequest.withLimit(Integer limit)
Maximum number of users to be returned.
|
ListUsersRequest |
ListUsersRequest.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.
|
ListUsersRequest |
ListUsersRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool on which the search should be performed.
|
Copyright © 2019. All rights reserved.