| 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 |
|---|---|
CreateUserPoolResult |
AbstractAWSCognitoIdentityProvider.createUserPool(CreateUserPoolRequest request) |
CreateUserPoolResult |
AWSCognitoIdentityProviderClient.createUserPool(CreateUserPoolRequest request)
Creates a new Amazon Cognito user pool and sets the password policy for the pool.
|
CreateUserPoolResult |
AWSCognitoIdentityProvider.createUserPool(CreateUserPoolRequest createUserPoolRequest)
Creates a new Amazon Cognito user pool and sets the password policy for the pool.
|
Future<CreateUserPoolResult> |
AWSCognitoIdentityProviderAsyncClient.createUserPoolAsync(CreateUserPoolRequest request) |
Future<CreateUserPoolResult> |
AbstractAWSCognitoIdentityProviderAsync.createUserPoolAsync(CreateUserPoolRequest request) |
Future<CreateUserPoolResult> |
AWSCognitoIdentityProviderAsync.createUserPoolAsync(CreateUserPoolRequest createUserPoolRequest)
Creates a new Amazon Cognito user pool and sets the password policy for the pool.
|
Future<CreateUserPoolResult> |
AWSCognitoIdentityProviderAsyncClient.createUserPoolAsync(CreateUserPoolRequest request,
AsyncHandler<CreateUserPoolRequest,CreateUserPoolResult> asyncHandler) |
Future<CreateUserPoolResult> |
AbstractAWSCognitoIdentityProviderAsync.createUserPoolAsync(CreateUserPoolRequest request,
AsyncHandler<CreateUserPoolRequest,CreateUserPoolResult> asyncHandler) |
Future<CreateUserPoolResult> |
AWSCognitoIdentityProviderAsync.createUserPoolAsync(CreateUserPoolRequest createUserPoolRequest,
AsyncHandler<CreateUserPoolRequest,CreateUserPoolResult> asyncHandler)
Creates a new Amazon Cognito user pool and sets the password policy for the pool.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateUserPoolResult> |
AWSCognitoIdentityProviderAsyncClient.createUserPoolAsync(CreateUserPoolRequest request,
AsyncHandler<CreateUserPoolRequest,CreateUserPoolResult> asyncHandler) |
Future<CreateUserPoolResult> |
AbstractAWSCognitoIdentityProviderAsync.createUserPoolAsync(CreateUserPoolRequest request,
AsyncHandler<CreateUserPoolRequest,CreateUserPoolResult> asyncHandler) |
Future<CreateUserPoolResult> |
AWSCognitoIdentityProviderAsync.createUserPoolAsync(CreateUserPoolRequest createUserPoolRequest,
AsyncHandler<CreateUserPoolRequest,CreateUserPoolResult> asyncHandler)
Creates a new Amazon Cognito user pool and sets the password policy for the pool.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserPoolRequest |
CreateUserPoolRequest.addUserPoolTagsEntry(String key,
String value) |
CreateUserPoolRequest |
CreateUserPoolRequest.clearUserPoolTagsEntries()
Removes all the entries added into UserPoolTags.
|
CreateUserPoolRequest |
CreateUserPoolRequest.clone() |
CreateUserPoolRequest |
CreateUserPoolRequest.withAdminCreateUserConfig(AdminCreateUserConfigType adminCreateUserConfig)
The configuration for
AdminCreateUser requests. |
CreateUserPoolRequest |
CreateUserPoolRequest.withAliasAttributes(AliasAttributeType... aliasAttributes)
Attributes supported as an alias for this user pool.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withAliasAttributes(Collection<String> aliasAttributes)
Attributes supported as an alias for this user pool.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withAliasAttributes(String... aliasAttributes)
Attributes supported as an alias for this user pool.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withAutoVerifiedAttributes(Collection<String> autoVerifiedAttributes)
The attributes to be auto-verified.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withAutoVerifiedAttributes(String... autoVerifiedAttributes)
The attributes to be auto-verified.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
The attributes to be auto-verified.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withDeviceConfiguration(DeviceConfigurationType deviceConfiguration)
The device configuration.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withEmailConfiguration(EmailConfigurationType emailConfiguration)
The email configuration.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withEmailVerificationMessage(String emailVerificationMessage)
A string representing the email verification message.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withEmailVerificationSubject(String emailVerificationSubject)
A string representing the email verification subject.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda trigger configuration information for the new user pool.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withMfaConfiguration(String mfaConfiguration)
Specifies MFA configuration details.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withMfaConfiguration(UserPoolMfaType mfaConfiguration)
Specifies MFA configuration details.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withPolicies(UserPoolPolicyType policies)
The policies associated with the new user pool.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withPoolName(String poolName)
A string used to name the user pool.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withSchema(Collection<SchemaAttributeType> schema)
An array of schema attributes for the new user pool.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withSchema(SchemaAttributeType... schema)
An array of schema attributes for the new user pool.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withSmsAuthenticationMessage(String smsAuthenticationMessage)
A string representing the SMS authentication message.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withSmsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withSmsVerificationMessage(String smsVerificationMessage)
A string representing the SMS verification message.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withUsernameAttributes(Collection<String> usernameAttributes)
Specifies whether email addresses or phone numbers can be specified as usernames when a user signs up.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withUsernameAttributes(String... usernameAttributes)
Specifies whether email addresses or phone numbers can be specified as usernames when a user signs up.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withUsernameAttributes(UsernameAttributeType... usernameAttributes)
Specifies whether email addresses or phone numbers can be specified as usernames when a user signs up.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withUserPoolAddOns(UserPoolAddOnsType userPoolAddOns)
Used to enable advanced security risk detection.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withUserPoolTags(Map<String,String> userPoolTags)
The tag keys and values to assign to the user pool.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withVerificationMessageTemplate(VerificationMessageTemplateType verificationMessageTemplate)
The template for the verification message that the user sees when the app requests permission to access the
user's information.
|
Copyright © 2019. All rights reserved.