Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
ListUserPoolsResult |
AWSCognitoIdentityProvider.listUserPools(ListUserPoolsRequest listUserPoolsRequest)
Lists the user pools associated with an AWS account.
|
ListUserPoolsResult |
AbstractAWSCognitoIdentityProvider.listUserPools(ListUserPoolsRequest request) |
ListUserPoolsResult |
AWSCognitoIdentityProviderClient.listUserPools(ListUserPoolsRequest request)
Lists the user pools associated with an AWS account.
|
Future<ListUserPoolsResult> |
AWSCognitoIdentityProviderAsync.listUserPoolsAsync(ListUserPoolsRequest listUserPoolsRequest)
Lists the user pools associated with an AWS account.
|
Future<ListUserPoolsResult> |
AWSCognitoIdentityProviderAsyncClient.listUserPoolsAsync(ListUserPoolsRequest request) |
Future<ListUserPoolsResult> |
AbstractAWSCognitoIdentityProviderAsync.listUserPoolsAsync(ListUserPoolsRequest request) |
Future<ListUserPoolsResult> |
AWSCognitoIdentityProviderAsync.listUserPoolsAsync(ListUserPoolsRequest listUserPoolsRequest,
AsyncHandler<ListUserPoolsRequest,ListUserPoolsResult> asyncHandler)
Lists the user pools associated with an AWS account.
|
Future<ListUserPoolsResult> |
AWSCognitoIdentityProviderAsyncClient.listUserPoolsAsync(ListUserPoolsRequest request,
AsyncHandler<ListUserPoolsRequest,ListUserPoolsResult> asyncHandler) |
Future<ListUserPoolsResult> |
AbstractAWSCognitoIdentityProviderAsync.listUserPoolsAsync(ListUserPoolsRequest request,
AsyncHandler<ListUserPoolsRequest,ListUserPoolsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ListUserPoolsResult> |
AWSCognitoIdentityProviderAsync.listUserPoolsAsync(ListUserPoolsRequest listUserPoolsRequest,
AsyncHandler<ListUserPoolsRequest,ListUserPoolsResult> asyncHandler)
Lists the user pools associated with an AWS account.
|
Future<ListUserPoolsResult> |
AWSCognitoIdentityProviderAsyncClient.listUserPoolsAsync(ListUserPoolsRequest request,
AsyncHandler<ListUserPoolsRequest,ListUserPoolsResult> asyncHandler) |
Future<ListUserPoolsResult> |
AbstractAWSCognitoIdentityProviderAsync.listUserPoolsAsync(ListUserPoolsRequest request,
AsyncHandler<ListUserPoolsRequest,ListUserPoolsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListUserPoolsRequest |
ListUserPoolsRequest.clone() |
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 © 2019. All rights reserved.