| 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 |
|---|---|
ListUserPoolsResult |
AmazonCognitoIdentityProviderClient.listUserPools(ListUserPoolsRequest listUserPoolsRequest)
Lists the user pools associated with an AWS account.
|
ListUserPoolsResult |
AmazonCognitoIdentityProvider.listUserPools(ListUserPoolsRequest listUserPoolsRequest)
Lists the user pools associated with an AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListUserPoolsRequest |
ListUserPoolsRequest.withMaxResults(Integer maxResults)
The maximum number of results you want the request to return when listing
the user pools.
|
ListUserPoolsRequest |
ListUserPoolsRequest.withNextToken(String nextToken)
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.
|
Copyright © 2020. All rights reserved.