| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
ListUserPoolsResult |
AWSCognitoIdentityProviderClient.listUserPools(ListUserPoolsRequest request)
Lists the user pools associated with an Amazon Web Services account.
|
ListUserPoolsResult |
AWSCognitoIdentityProvider.listUserPools(ListUserPoolsRequest listUserPoolsRequest)
Lists the user pools associated with an Amazon Web Services account.
|
ListUserPoolsResult |
AbstractAWSCognitoIdentityProvider.listUserPools(ListUserPoolsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListUserPoolsResult> |
AWSCognitoIdentityProviderAsyncClient.listUserPoolsAsync(ListUserPoolsRequest request) |
Future<ListUserPoolsResult> |
AWSCognitoIdentityProviderAsync.listUserPoolsAsync(ListUserPoolsRequest listUserPoolsRequest)
Lists the user pools associated with an Amazon Web Services account.
|
Future<ListUserPoolsResult> |
AbstractAWSCognitoIdentityProviderAsync.listUserPoolsAsync(ListUserPoolsRequest request) |
Future<ListUserPoolsResult> |
AWSCognitoIdentityProviderAsyncClient.listUserPoolsAsync(ListUserPoolsRequest request,
AsyncHandler<ListUserPoolsRequest,ListUserPoolsResult> asyncHandler) |
Future<ListUserPoolsResult> |
AWSCognitoIdentityProviderAsync.listUserPoolsAsync(ListUserPoolsRequest listUserPoolsRequest,
AsyncHandler<ListUserPoolsRequest,ListUserPoolsResult> asyncHandler)
Lists the user pools associated with an Amazon Web Services account.
|
Future<ListUserPoolsResult> |
AbstractAWSCognitoIdentityProviderAsync.listUserPoolsAsync(ListUserPoolsRequest request,
AsyncHandler<ListUserPoolsRequest,ListUserPoolsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListUserPoolsResult> |
AWSCognitoIdentityProviderAsyncClient.listUserPoolsAsync(ListUserPoolsRequest request,
AsyncHandler<ListUserPoolsRequest,ListUserPoolsResult> asyncHandler) |
Future<ListUserPoolsResult> |
AWSCognitoIdentityProviderAsync.listUserPoolsAsync(ListUserPoolsRequest listUserPoolsRequest,
AsyncHandler<ListUserPoolsRequest,ListUserPoolsResult> asyncHandler)
Lists the user pools associated with an Amazon Web Services account.
|
Future<ListUserPoolsResult> |
AbstractAWSCognitoIdentityProviderAsync.listUserPoolsAsync(ListUserPoolsRequest request,
AsyncHandler<ListUserPoolsRequest,ListUserPoolsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListUserPoolsResult |
ListUserPoolsResult.clone() |
ListUserPoolsResult |
ListUserPoolsResult.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.
|
ListUserPoolsResult |
ListUserPoolsResult.withUserPools(Collection<UserPoolDescriptionType> userPools)
The user pools from the response to list users.
|
ListUserPoolsResult |
ListUserPoolsResult.withUserPools(UserPoolDescriptionType... userPools)
The user pools from the response to list users.
|
Copyright © 2025. All rights reserved.