| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateUserPoolResult> |
AbstractAWSCognitoIdentityProviderAsync.createUserPoolAsync(CreateUserPoolRequest request,
AsyncHandler<CreateUserPoolRequest,CreateUserPoolResult> asyncHandler) |
Future<CreateUserPoolResult> |
AWSCognitoIdentityProviderAsync.createUserPoolAsync(CreateUserPoolRequest createUserPoolRequest,
AsyncHandler<CreateUserPoolRequest,CreateUserPoolResult> asyncHandler)
|
Future<CreateUserPoolResult> |
AWSCognitoIdentityProviderAsyncClient.createUserPoolAsync(CreateUserPoolRequest request,
AsyncHandler<CreateUserPoolRequest,CreateUserPoolResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateUserPoolRequest |
CreateUserPoolRequest.addUserPoolTagsEntry(String key,
String value)
Add a single UserPoolTags entry
|
CreateUserPoolRequest |
CreateUserPoolRequest.clearUserPoolTagsEntries()
Removes all the entries added into UserPoolTags.
|
CreateUserPoolRequest |
CreateUserPoolRequest.clone() |
CreateUserPoolRequest |
CreateUserPoolRequest.withAccountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
The available verified method a user can use to recover their password when they call
ForgotPassword
. |
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.withDeletionProtection(DeletionProtectionType deletionProtection)
When active,
DeletionProtection prevents accidental deletion of your user pool. |
CreateUserPoolRequest |
CreateUserPoolRequest.withDeletionProtection(String deletionProtection)
When active,
DeletionProtection prevents accidental deletion of your user pool. |
CreateUserPoolRequest |
CreateUserPoolRequest.withDeviceConfiguration(DeviceConfigurationType deviceConfiguration)
The device-remembering configuration for a user pool.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withEmailConfiguration(EmailConfigurationType emailConfiguration)
The email configuration of your user pool.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withEmailVerificationMessage(String emailVerificationMessage)
This parameter is no longer used.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withEmailVerificationSubject(String emailVerificationSubject)
This parameter is no longer used.
|
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 with the settings that your Amazon Cognito user pool must use to send an SMS message from
your Amazon Web Services account through Amazon Simple Notification Service.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withSmsVerificationMessage(String smsVerificationMessage)
This parameter is no longer used.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withUserAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings)
The settings for updates to user attributes.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withUsernameAttributes(Collection<String> usernameAttributes)
Specifies whether a user can use an email address or phone number as a username when they sign up.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withUsernameAttributes(String... usernameAttributes)
Specifies whether a user can use an email address or phone number as a username when they sign up.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withUsernameAttributes(UsernameAttributeType... usernameAttributes)
Specifies whether a user can use an email address or phone number as a username when they sign up.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withUsernameConfiguration(UsernameConfigurationType usernameConfiguration)
Case sensitivity on the username input for the selected sign-in option.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withUserPoolAddOns(UserPoolAddOnsType userPoolAddOns)
User pool add-ons.
|
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 © 2025. All rights reserved.