| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListUsersResponse |
CognitoIdentityProviderClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists the users in the Amazon Cognito user pool.
|
default ListUsersResponse |
CognitoIdentityProviderClient.listUsers(ListUsersRequest listUsersRequest)
Lists the users in the Amazon Cognito user pool.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListUsersResponse> |
CognitoIdentityProviderAsyncClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists the users in the Amazon Cognito user pool.
|
default CompletableFuture<ListUsersResponse> |
CognitoIdentityProviderAsyncClient.listUsers(ListUsersRequest listUsersRequest)
Lists the users in the Amazon Cognito user pool.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListUsersResponse> |
ListUsersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListUsersResponse> subscriber) |
Copyright © 2023. All rights reserved.