| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListUserImportJobsResult> |
AbstractAWSCognitoIdentityProviderAsync.listUserImportJobsAsync(ListUserImportJobsRequest request,
AsyncHandler<ListUserImportJobsRequest,ListUserImportJobsResult> asyncHandler) |
Future<ListUserImportJobsResult> |
AWSCognitoIdentityProviderAsync.listUserImportJobsAsync(ListUserImportJobsRequest listUserImportJobsRequest,
AsyncHandler<ListUserImportJobsRequest,ListUserImportJobsResult> asyncHandler)
Lists user import jobs for a user pool.
|
Future<ListUserImportJobsResult> |
AWSCognitoIdentityProviderAsyncClient.listUserImportJobsAsync(ListUserImportJobsRequest request,
AsyncHandler<ListUserImportJobsRequest,ListUserImportJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListUserImportJobsRequest |
ListUserImportJobsRequest.clone() |
ListUserImportJobsRequest |
ListUserImportJobsRequest.withMaxResults(Integer maxResults)
The maximum number of import jobs you want the request to return.
|
ListUserImportJobsRequest |
ListUserImportJobsRequest.withPaginationToken(String paginationToken)
An identifier that was returned from the previous call to
ListUserImportJobs, which can be used to
return the next set of import jobs in the list. |
ListUserImportJobsRequest |
ListUserImportJobsRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported into.
|
Copyright © 2023. All rights reserved.