default UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.accountRecoverySetting(Consumer<AccountRecoverySettingType.Builder> accountRecoverySetting) |
The available verified method a user can use to recover their password when they call
ForgotPassword.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.accountRecoverySetting(AccountRecoverySettingType accountRecoverySetting) |
The available verified method a user can use to recover their password when they call
ForgotPassword.
|
default UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.adminCreateUserConfig(Consumer<AdminCreateUserConfigType.Builder> adminCreateUserConfig) |
The configuration for administrative creation of users.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.adminCreateUserConfig(AdminCreateUserConfigType adminCreateUserConfig) |
The configuration for administrative creation of users.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.autoVerifiedAttributes(Collection<VerifiedAttributeType> autoVerifiedAttributes) |
The attributes that you want your user pool to automatically verify.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.autoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes) |
The attributes that you want your user pool to automatically verify.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.autoVerifiedAttributesWithStrings(String... autoVerifiedAttributes) |
The attributes that you want your user pool to automatically verify.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.autoVerifiedAttributesWithStrings(Collection<String> autoVerifiedAttributes) |
The attributes that you want your user pool to automatically verify.
|
static UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.builder() |
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.deletionProtection(String deletionProtection) |
When active, DeletionProtection prevents accidental deletion of your user pool.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.deletionProtection(DeletionProtectionType deletionProtection) |
When active, DeletionProtection prevents accidental deletion of your user pool.
|
default UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.deviceConfiguration(Consumer<DeviceConfigurationType.Builder> deviceConfiguration) |
The device-remembering configuration for a user pool.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.deviceConfiguration(DeviceConfigurationType deviceConfiguration) |
The device-remembering configuration for a user pool.
|
default UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.emailConfiguration(Consumer<EmailConfigurationType.Builder> emailConfiguration) |
The email configuration of your user pool.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.emailConfiguration(EmailConfigurationType emailConfiguration) |
The email configuration of your user pool.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.emailVerificationMessage(String emailVerificationMessage) |
This parameter is no longer used.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.emailVerificationSubject(String emailVerificationSubject) |
This parameter is no longer used.
|
default UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.lambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig) |
A collection of user pool Lambda triggers.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.lambdaConfig(LambdaConfigType lambdaConfig) |
A collection of user pool Lambda triggers.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.mfaConfiguration(String mfaConfiguration) |
Sets multi-factor authentication (MFA) to be on, off, or optional.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration) |
Sets multi-factor authentication (MFA) to be on, off, or optional.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.policies(Consumer<UserPoolPolicyType.Builder> policies) |
The password policy and sign-in policy in the user pool.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.policies(UserPoolPolicyType policies) |
The password policy and sign-in policy in the user pool.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.poolName(String poolName) |
The updated name of your user pool.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.smsAuthenticationMessage(String smsAuthenticationMessage) |
The contents of the SMS message that your user pool sends to users in SMS authentication.
|
default UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration) |
The SMS configuration with the settings for your Amazon Cognito user pool to send SMS message with Amazon
Simple Notification Service.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.smsConfiguration(SmsConfigurationType smsConfiguration) |
The SMS configuration with the settings for your Amazon Cognito user pool to send SMS message with Amazon
Simple Notification Service.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.smsVerificationMessage(String smsVerificationMessage) |
This parameter is no longer used.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.toBuilder() |
|
default UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.userAttributeUpdateSettings(Consumer<UserAttributeUpdateSettingsType.Builder> userAttributeUpdateSettings) |
The settings for updates to user attributes.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.userAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings) |
The settings for updates to user attributes.
|
default UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.userPoolAddOns(Consumer<UserPoolAddOnsType.Builder> userPoolAddOns) |
Contains settings for activation of threat protection, including the operating mode and additional
authentication types.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.userPoolAddOns(UserPoolAddOnsType userPoolAddOns) |
Contains settings for activation of threat protection, including the operating mode and additional
authentication types.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.userPoolId(String userPoolId) |
The ID of the user pool you want to update.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.userPoolTags(Map<String,String> userPoolTags) |
The tag keys and values to assign to the user pool.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.userPoolTier(String userPoolTier) |
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.userPoolTier(UserPoolTierType userPoolTier) |
|
default UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.verificationMessageTemplate(Consumer<VerificationMessageTemplateType.Builder> verificationMessageTemplate) |
The template for the verification message that your user pool delivers to users who set an email address or
phone number attribute.
|
UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.verificationMessageTemplate(VerificationMessageTemplateType verificationMessageTemplate) |
The template for the verification message that your user pool delivers to users who set an email address or
phone number attribute.
|