| 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 | |
| software.amazon.awssdk.services.cognitoidentityprovider.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListUsersResponse> |
CognitoIdentityProviderAsyncClient.listUsers(ListUsersRequest 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.
|
default ListUsersPublisher |
CognitoIdentityProviderAsyncClient.listUsersPaginator(ListUsersRequest listUsersRequest)
Lists the users in the Amazon Cognito user pool.
|
default ListUsersIterable |
CognitoIdentityProviderClient.listUsersPaginator(ListUsersRequest listUsersRequest)
Lists the users in the Amazon Cognito user pool.
|
| Constructor and Description |
|---|
ListUsersIterable(CognitoIdentityProviderClient client,
ListUsersRequest firstRequest) |
ListUsersPublisher(CognitoIdentityProviderAsyncClient client,
ListUsersRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListUsersRequestMarshaller.marshall(ListUsersRequest listUsersRequest) |
Copyright © 2020. All rights reserved.