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 |
---|---|
Future<ListUserImportJobsResult> |
AWSCognitoIdentityProviderAsync.listUserImportJobsAsync(ListUserImportJobsRequest listUserImportJobsRequest,
AsyncHandler<ListUserImportJobsRequest,ListUserImportJobsResult> asyncHandler)
Lists the user import jobs.
|
Future<ListUserImportJobsResult> |
AWSCognitoIdentityProviderAsyncClient.listUserImportJobsAsync(ListUserImportJobsRequest request,
AsyncHandler<ListUserImportJobsRequest,ListUserImportJobsResult> asyncHandler) |
Future<ListUserImportJobsResult> |
AbstractAWSCognitoIdentityProviderAsync.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 © 2020. All rights reserved.