| 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 |
|---|---|
UpdateUserPoolResult |
AbstractAWSCognitoIdentityProvider.updateUserPool(UpdateUserPoolRequest request) |
UpdateUserPoolResult |
AWSCognitoIdentityProviderClient.updateUserPool(UpdateUserPoolRequest request)
Updates the specified user pool with the specified attributes.
|
UpdateUserPoolResult |
AWSCognitoIdentityProvider.updateUserPool(UpdateUserPoolRequest updateUserPoolRequest)
Updates the specified user pool with the specified attributes.
|
Future<UpdateUserPoolResult> |
AbstractAWSCognitoIdentityProviderAsync.updateUserPoolAsync(UpdateUserPoolRequest request) |
Future<UpdateUserPoolResult> |
AWSCognitoIdentityProviderAsyncClient.updateUserPoolAsync(UpdateUserPoolRequest request) |
Future<UpdateUserPoolResult> |
AWSCognitoIdentityProviderAsync.updateUserPoolAsync(UpdateUserPoolRequest updateUserPoolRequest)
Updates the specified user pool with the specified attributes.
|
Future<UpdateUserPoolResult> |
AbstractAWSCognitoIdentityProviderAsync.updateUserPoolAsync(UpdateUserPoolRequest request,
AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler) |
Future<UpdateUserPoolResult> |
AWSCognitoIdentityProviderAsyncClient.updateUserPoolAsync(UpdateUserPoolRequest request,
AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler) |
Future<UpdateUserPoolResult> |
AWSCognitoIdentityProviderAsync.updateUserPoolAsync(UpdateUserPoolRequest updateUserPoolRequest,
AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler)
Updates the specified user pool with the specified attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateUserPoolResult> |
AbstractAWSCognitoIdentityProviderAsync.updateUserPoolAsync(UpdateUserPoolRequest request,
AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler) |
Future<UpdateUserPoolResult> |
AWSCognitoIdentityProviderAsyncClient.updateUserPoolAsync(UpdateUserPoolRequest request,
AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler) |
Future<UpdateUserPoolResult> |
AWSCognitoIdentityProviderAsync.updateUserPoolAsync(UpdateUserPoolRequest updateUserPoolRequest,
AsyncHandler<UpdateUserPoolRequest,UpdateUserPoolResult> asyncHandler)
Updates the specified user pool with the specified attributes.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserPoolRequest |
UpdateUserPoolRequest.addUserPoolTagsEntry(String key,
String value)
Add a single UserPoolTags entry
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.clearUserPoolTagsEntries()
Removes all the entries added into UserPoolTags.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.clone() |
UpdateUserPoolRequest |
UpdateUserPoolRequest.withAccountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
The available verified method a user can use to recover their password when they call
ForgotPassword
. |
UpdateUserPoolRequest |
UpdateUserPoolRequest.withAdminCreateUserConfig(AdminCreateUserConfigType adminCreateUserConfig)
The configuration for
AdminCreateUser requests. |
UpdateUserPoolRequest |
UpdateUserPoolRequest.withAutoVerifiedAttributes(Collection<String> autoVerifiedAttributes)
The attributes that are automatically verified when Amazon Cognito requests to update user pools.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withAutoVerifiedAttributes(String... autoVerifiedAttributes)
The attributes that are automatically verified when Amazon Cognito requests to update user pools.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
The attributes that are automatically verified when Amazon Cognito requests to update user pools.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withDeviceConfiguration(DeviceConfigurationType deviceConfiguration)
Device configuration.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withEmailConfiguration(EmailConfigurationType emailConfiguration)
The email configuration of your user pool.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withEmailVerificationMessage(String emailVerificationMessage)
The contents of the email verification message.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withEmailVerificationSubject(String emailVerificationSubject)
The subject of the email verification message.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda configuration information from the request to update the user pool.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withMfaConfiguration(String mfaConfiguration)
Possible values include:
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withMfaConfiguration(UserPoolMfaType mfaConfiguration)
Possible values include:
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withPolicies(UserPoolPolicyType policies)
A container with the policies you want to update in a user pool.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withSmsAuthenticationMessage(String smsAuthenticationMessage)
The contents of the SMS authentication message.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.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.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withSmsVerificationMessage(String smsVerificationMessage)
A container with information about the SMS verification message.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withUserAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings)
The settings for updates to user attributes.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withUserPoolAddOns(UserPoolAddOnsType userPoolAddOns)
Enables advanced security risk detection.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool you want to update.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withUserPoolTags(Map<String,String> userPoolTags)
The tag keys and values to assign to the user pool.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withVerificationMessageTemplate(VerificationMessageTemplateType verificationMessageTemplate)
The template for verification messages.
|
Copyright © 2022. All rights reserved.