Uses of Class
com.amazonaws.services.cognitoidp.model.SignUpRequest
Packages that use SignUpRequest
-
Uses of SignUpRequest in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp with parameters of type SignUpRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProvider.signUp
(SignUpRequest request) AWSCognitoIdentityProvider.signUp
(SignUpRequest signUpRequest) Registers the user in the specified user pool and creates a user name, password, and user attributes.AWSCognitoIdentityProviderClient.signUp
(SignUpRequest signUpRequest) Registers the user in the specified user pool and creates a user name, password, and user attributes.AbstractAWSCognitoIdentityProviderAsync.signUpAsync
(SignUpRequest request) AbstractAWSCognitoIdentityProviderAsync.signUpAsync
(SignUpRequest request, AsyncHandler<SignUpRequest, SignUpResult> asyncHandler) AWSCognitoIdentityProviderAsync.signUpAsync
(SignUpRequest signUpRequest) Registers the user in the specified user pool and creates a user name, password, and user attributes.AWSCognitoIdentityProviderAsync.signUpAsync
(SignUpRequest signUpRequest, AsyncHandler<SignUpRequest, SignUpResult> asyncHandler) Registers the user in the specified user pool and creates a user name, password, and user attributes.AWSCognitoIdentityProviderAsyncClient.signUpAsync
(SignUpRequest request) AWSCognitoIdentityProviderAsyncClient.signUpAsync
(SignUpRequest request, AsyncHandler<SignUpRequest, SignUpResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidp with type arguments of type SignUpRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.signUpAsync
(SignUpRequest request, AsyncHandler<SignUpRequest, SignUpResult> asyncHandler) AWSCognitoIdentityProviderAsync.signUpAsync
(SignUpRequest signUpRequest, AsyncHandler<SignUpRequest, SignUpResult> asyncHandler) Registers the user in the specified user pool and creates a user name, password, and user attributes.AWSCognitoIdentityProviderAsyncClient.signUpAsync
(SignUpRequest request, AsyncHandler<SignUpRequest, SignUpResult> asyncHandler) -
Uses of SignUpRequest in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return SignUpRequestModifier and TypeMethodDescriptionSignUpRequest.clone()
SignUpRequest.withClientId
(String clientId) The ID of the client associated with the user pool.SignUpRequest.withPassword
(String password) The password of the user you wish to register.SignUpRequest.withSecretHash
(String secretHash) A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and username plus the client ID in the message.SignUpRequest.withUserAttributes
(AttributeType... userAttributes) An array of name-value pairs representing user attributes.SignUpRequest.withUserAttributes
(Collection<AttributeType> userAttributes) An array of name-value pairs representing user attributes.SignUpRequest.withUsername
(String username) The user name of the user you wish to register.SignUpRequest.withValidationData
(AttributeType... validationData) The validation data in the request to register a user.SignUpRequest.withValidationData
(Collection<AttributeType> validationData) The validation data in the request to register a user.