| 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 |
|---|---|
ListUserImportJobsResult |
AmazonCognitoIdentityProviderClient.listUserImportJobs(ListUserImportJobsRequest listUserImportJobsRequest)
Lists the user import jobs.
|
ListUserImportJobsResult |
AmazonCognitoIdentityProvider.listUserImportJobs(ListUserImportJobsRequest listUserImportJobsRequest)
Lists the user import jobs.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2020. All rights reserved.