| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
AmazonCognitoIdentityProviderClient.listUsers(ListUsersRequest listUsersRequest)
Lists the users in the Amazon Cognito user pool.
|
ListUsersResult |
AmazonCognitoIdentityProvider.listUsers(ListUsersRequest listUsersRequest)
Lists the users in the Amazon Cognito user pool.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2020. All rights reserved.