Uses of Class
com.amazonaws.services.cognitoidp.model.SignUpResult
Packages that use SignUpResult
-
Uses of SignUpResult in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp that return SignUpResultModifier 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.Methods in com.amazonaws.services.cognitoidp that return types with arguments of type SignUpResultModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.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 SignUpResultModifier 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 SignUpResult in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return SignUpResultModifier and TypeMethodDescriptionSignUpResult.clone()
SignUpResult.withCodeDeliveryDetails
(CodeDeliveryDetailsType codeDeliveryDetails) SignUpResult.withUserConfirmed
(Boolean userConfirmed) A response from the server indicating that a user registration has been confirmed.