| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito user pools API, you can create a user pool to manage directories and users.
|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
default ListUsersResponse |
CognitoIdentityProviderClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists the users in the Amazon Cognito user pool.
|
default CompletableFuture<ListUsersResponse> |
CognitoIdentityProviderAsyncClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists the users in the Amazon Cognito user pool.
|
default ListUsersIterable |
CognitoIdentityProviderClient.listUsersPaginator(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists the users in the Amazon Cognito user pool.
|
default ListUsersPublisher |
CognitoIdentityProviderAsyncClient.listUsersPaginator(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists the users in the Amazon Cognito user pool.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsersRequest.Builder |
ListUsersRequest.Builder.attributesToGet(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.Builder |
ListUsersRequest.Builder.attributesToGet(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.
|
static ListUsersRequest.Builder |
ListUsersRequest.builder() |
ListUsersRequest.Builder |
ListUsersRequest.Builder.filter(String filter)
A filter string of the form "AttributeName Filter-Type "AttributeValue"".
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.limit(Integer limit)
Maximum number of users to be returned.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListUsersRequest.Builder |
ListUsersRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListUsersRequest.Builder |
ListUsersRequest.Builder.paginationToken(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.Builder |
ListUsersRequest.toBuilder() |
ListUsersRequest.Builder |
ListUsersRequest.Builder.userPoolId(String userPoolId)
The user pool ID for the user pool on which the search should be performed.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListUsersRequest.Builder> |
ListUsersRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.