| 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 |
|---|---|
CreateUserImportJobResult |
AmazonCognitoIdentityProviderClient.createUserImportJob(CreateUserImportJobRequest createUserImportJobRequest)
Creates the user import job.
|
CreateUserImportJobResult |
AmazonCognitoIdentityProvider.createUserImportJob(CreateUserImportJobRequest createUserImportJobRequest)
Creates the user import job.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserImportJobRequest |
CreateUserImportJobRequest.withCloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
The role ARN for the Amazon CloudWatch Logging role for the user import
job.
|
CreateUserImportJobRequest |
CreateUserImportJobRequest.withJobName(String jobName)
The job name for the user import job.
|
CreateUserImportJobRequest |
CreateUserImportJobRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported
into.
|
Copyright © 2020. All rights reserved.