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