Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateUserPoolRequest.Builder
Packages that use CreateUserPoolRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of CreateUserPoolRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type CreateUserPoolRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateUserPoolResponse>CognitoIdentityProviderAsyncClient.createUserPool(Consumer<CreateUserPoolRequest.Builder> createUserPoolRequest) Creates a new Amazon Cognito user pool.default CreateUserPoolResponseCognitoIdentityProviderClient.createUserPool(Consumer<CreateUserPoolRequest.Builder> createUserPoolRequest) Creates a new Amazon Cognito user pool. -
Uses of CreateUserPoolRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CreateUserPoolRequest.BuilderModifier and TypeMethodDescriptiondefault CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder.accountRecoverySetting(Consumer<AccountRecoverySettingType.Builder> accountRecoverySetting) The available verified method a user can use to recover their password when they callForgotPassword.CreateUserPoolRequest.Builder.accountRecoverySetting(AccountRecoverySettingType accountRecoverySetting) The available verified method a user can use to recover their password when they callForgotPassword.default CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder.adminCreateUserConfig(Consumer<AdminCreateUserConfigType.Builder> adminCreateUserConfig) The configuration for administrative creation of users.CreateUserPoolRequest.Builder.adminCreateUserConfig(AdminCreateUserConfigType adminCreateUserConfig) The configuration for administrative creation of users.CreateUserPoolRequest.Builder.aliasAttributes(Collection<AliasAttributeType> aliasAttributes) Attributes supported as an alias for this user pool.CreateUserPoolRequest.Builder.aliasAttributes(AliasAttributeType... aliasAttributes) Attributes supported as an alias for this user pool.CreateUserPoolRequest.Builder.aliasAttributesWithStrings(String... aliasAttributes) Attributes supported as an alias for this user pool.CreateUserPoolRequest.Builder.aliasAttributesWithStrings(Collection<String> aliasAttributes) Attributes supported as an alias for this user pool.CreateUserPoolRequest.Builder.autoVerifiedAttributes(Collection<VerifiedAttributeType> autoVerifiedAttributes) The attributes that you want your user pool to automatically verify.CreateUserPoolRequest.Builder.autoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes) The attributes that you want your user pool to automatically verify.CreateUserPoolRequest.Builder.autoVerifiedAttributesWithStrings(String... autoVerifiedAttributes) The attributes that you want your user pool to automatically verify.CreateUserPoolRequest.Builder.autoVerifiedAttributesWithStrings(Collection<String> autoVerifiedAttributes) The attributes that you want your user pool to automatically verify.CreateUserPoolRequest.builder()CreateUserPoolRequest.Builder.deletionProtection(String deletionProtection) When active,DeletionProtectionprevents accidental deletion of your user pool.CreateUserPoolRequest.Builder.deletionProtection(DeletionProtectionType deletionProtection) When active,DeletionProtectionprevents accidental deletion of your user pool.default CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder.deviceConfiguration(Consumer<DeviceConfigurationType.Builder> deviceConfiguration) The device-remembering configuration for a user pool.CreateUserPoolRequest.Builder.deviceConfiguration(DeviceConfigurationType deviceConfiguration) The device-remembering configuration for a user pool.default CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder.emailConfiguration(Consumer<EmailConfigurationType.Builder> emailConfiguration) The email configuration of your user pool.CreateUserPoolRequest.Builder.emailConfiguration(EmailConfigurationType emailConfiguration) The email configuration of your user pool.CreateUserPoolRequest.Builder.emailVerificationMessage(String emailVerificationMessage) This parameter is no longer used.CreateUserPoolRequest.Builder.emailVerificationSubject(String emailVerificationSubject) This parameter is no longer used.default CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder.issuerConfiguration(Consumer<IssuerConfigurationType.Builder> issuerConfiguration) The issuer configuration for the user pool.CreateUserPoolRequest.Builder.issuerConfiguration(IssuerConfigurationType issuerConfiguration) The issuer configuration for the user pool.default CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder.keyConfiguration(Consumer<KeyConfigurationType.Builder> keyConfiguration) The key configuration for the user pool.CreateUserPoolRequest.Builder.keyConfiguration(KeyConfigurationType keyConfiguration) The key configuration for the user pool.default CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder.lambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig) A collection of user pool Lambda triggers.CreateUserPoolRequest.Builder.lambdaConfig(LambdaConfigType lambdaConfig) A collection of user pool Lambda triggers.CreateUserPoolRequest.Builder.mfaConfiguration(String mfaConfiguration) Sets multi-factor authentication (MFA) to be on, off, or optional.CreateUserPoolRequest.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration) Sets multi-factor authentication (MFA) to be on, off, or optional.CreateUserPoolRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateUserPoolRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder.policies(Consumer<UserPoolPolicyType.Builder> policies) The password policy and sign-in policy in the user pool.CreateUserPoolRequest.Builder.policies(UserPoolPolicyType policies) The password policy and sign-in policy in the user pool.A friendly name for your user pool.CreateUserPoolRequest.Builder.schema(Collection<SchemaAttributeType> schema) An array of attributes for the new user pool.CreateUserPoolRequest.Builder.schema(Consumer<SchemaAttributeType.Builder>... schema) An array of attributes for the new user pool.CreateUserPoolRequest.Builder.schema(SchemaAttributeType... schema) An array of attributes for the new user pool.CreateUserPoolRequest.Builder.smsAuthenticationMessage(String smsAuthenticationMessage) The contents of the SMS message that your user pool sends to users in SMS OTP and MFA authentication.default CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder.smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration) The settings for your Amazon Cognito user pool to send SMS messages with Amazon Simple Notification Service.CreateUserPoolRequest.Builder.smsConfiguration(SmsConfigurationType smsConfiguration) The settings for your Amazon Cognito user pool to send SMS messages with Amazon Simple Notification Service.CreateUserPoolRequest.Builder.smsVerificationMessage(String smsVerificationMessage) This parameter is no longer used.CreateUserPoolRequest.toBuilder()default CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder.userAttributeUpdateSettings(Consumer<UserAttributeUpdateSettingsType.Builder> userAttributeUpdateSettings) The settings for updates to user attributes.CreateUserPoolRequest.Builder.userAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings) The settings for updates to user attributes.CreateUserPoolRequest.Builder.usernameAttributes(Collection<UsernameAttributeType> usernameAttributes) Specifies whether a user can use an email address or phone number as a username when they sign up.CreateUserPoolRequest.Builder.usernameAttributes(UsernameAttributeType... usernameAttributes) Specifies whether a user can use an email address or phone number as a username when they sign up.CreateUserPoolRequest.Builder.usernameAttributesWithStrings(String... usernameAttributes) Specifies whether a user can use an email address or phone number as a username when they sign up.CreateUserPoolRequest.Builder.usernameAttributesWithStrings(Collection<String> usernameAttributes) Specifies whether a user can use an email address or phone number as a username when they sign up.default CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder.usernameConfiguration(Consumer<UsernameConfigurationType.Builder> usernameConfiguration) Sets the case sensitivity option for sign-in usernames.CreateUserPoolRequest.Builder.usernameConfiguration(UsernameConfigurationType usernameConfiguration) Sets the case sensitivity option for sign-in usernames.default CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder.userPoolAddOns(Consumer<UserPoolAddOnsType.Builder> userPoolAddOns) Contains settings for activation of threat protection, including the operating mode and additional authentication types.CreateUserPoolRequest.Builder.userPoolAddOns(UserPoolAddOnsType userPoolAddOns) Contains settings for activation of threat protection, including the operating mode and additional authentication types.CreateUserPoolRequest.Builder.userPoolTags(Map<String, String> userPoolTags) The tag keys and values to assign to the user pool.CreateUserPoolRequest.Builder.userPoolTier(String userPoolTier) The user pool feature plan, or tier.CreateUserPoolRequest.Builder.userPoolTier(UserPoolTierType userPoolTier) The user pool feature plan, or tier.default CreateUserPoolRequest.BuilderCreateUserPoolRequest.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.CreateUserPoolRequest.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.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type CreateUserPoolRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateUserPoolRequest.Builder>CreateUserPoolRequest.serializableBuilderClass()