Uses of Class
com.amazonaws.services.cognitoidp.model.CreateUserPoolRequest
Packages that use CreateUserPoolRequest
-
Uses of CreateUserPoolRequest in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp with parameters of type CreateUserPoolRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProvider.createUserPool(CreateUserPoolRequest request) AWSCognitoIdentityProvider.createUserPool(CreateUserPoolRequest createUserPoolRequest) Creates a new Amazon Cognito user pool and sets the password policy for the pool.AWSCognitoIdentityProviderClient.createUserPool(CreateUserPoolRequest createUserPoolRequest) Creates a new Amazon Cognito user pool and sets the password policy for the pool.AbstractAWSCognitoIdentityProviderAsync.createUserPoolAsync(CreateUserPoolRequest request) AbstractAWSCognitoIdentityProviderAsync.createUserPoolAsync(CreateUserPoolRequest request, AsyncHandler<CreateUserPoolRequest, CreateUserPoolResult> asyncHandler) AWSCognitoIdentityProviderAsync.createUserPoolAsync(CreateUserPoolRequest createUserPoolRequest) Creates a new Amazon Cognito user pool and sets the password policy for the pool.AWSCognitoIdentityProviderAsync.createUserPoolAsync(CreateUserPoolRequest createUserPoolRequest, AsyncHandler<CreateUserPoolRequest, CreateUserPoolResult> asyncHandler) Creates a new Amazon Cognito user pool and sets the password policy for the pool.AWSCognitoIdentityProviderAsyncClient.createUserPoolAsync(CreateUserPoolRequest request) AWSCognitoIdentityProviderAsyncClient.createUserPoolAsync(CreateUserPoolRequest request, AsyncHandler<CreateUserPoolRequest, CreateUserPoolResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidp with type arguments of type CreateUserPoolRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.createUserPoolAsync(CreateUserPoolRequest request, AsyncHandler<CreateUserPoolRequest, CreateUserPoolResult> asyncHandler) AWSCognitoIdentityProviderAsync.createUserPoolAsync(CreateUserPoolRequest createUserPoolRequest, AsyncHandler<CreateUserPoolRequest, CreateUserPoolResult> asyncHandler) Creates a new Amazon Cognito user pool and sets the password policy for the pool.AWSCognitoIdentityProviderAsyncClient.createUserPoolAsync(CreateUserPoolRequest request, AsyncHandler<CreateUserPoolRequest, CreateUserPoolResult> asyncHandler) -
Uses of CreateUserPoolRequest in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return CreateUserPoolRequestModifier and TypeMethodDescriptionCreateUserPoolRequest.clone()CreateUserPoolRequest.withAliasAttributes(AliasAttributeType... aliasAttributes) Attributes supported as an alias for this user pool.CreateUserPoolRequest.withAliasAttributes(String... aliasAttributes) Attributes supported as an alias for this user pool.CreateUserPoolRequest.withAliasAttributes(Collection<String> aliasAttributes) Attributes supported as an alias for this user pool.CreateUserPoolRequest.withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes) The attributes to be auto-verified.CreateUserPoolRequest.withAutoVerifiedAttributes(String... autoVerifiedAttributes) The attributes to be auto-verified.CreateUserPoolRequest.withAutoVerifiedAttributes(Collection<String> autoVerifiedAttributes) The attributes to be auto-verified.CreateUserPoolRequest.withEmailVerificationMessage(String emailVerificationMessage) A string representing the email verification message.CreateUserPoolRequest.withEmailVerificationSubject(String emailVerificationSubject) A string representing the email verification subject.CreateUserPoolRequest.withLambdaConfig(LambdaConfigType lambdaConfig) The Lambda trigger configuration information for the new user pool.CreateUserPoolRequest.withMfaConfiguration(UserPoolMfaType mfaConfiguration) Specifies MFA configuration details.CreateUserPoolRequest.withMfaConfiguration(String mfaConfiguration) Specifies MFA configuration details.CreateUserPoolRequest.withPolicies(UserPoolPolicyType policies) The policies associated with the new user pool.CreateUserPoolRequest.withPoolName(String poolName) A string used to name the user pool.CreateUserPoolRequest.withSmsAuthenticationMessage(String smsAuthenticationMessage) A string representing the SMS authentication message.CreateUserPoolRequest.withSmsVerificationMessage(String smsVerificationMessage) A string representing the SMS verification message.