Uses of Class
com.amazonaws.services.cognitoidp.model.SignUpResult
-
Packages that use SignUpResult Package Description com.amazonaws.services.cognitoidp com.amazonaws.services.cognitoidp.model -
-
Uses of SignUpResult in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp that return SignUpResult Modifier and Type Method Description SignUpResult
AbstractAWSCognitoIdentityProvider. signUp(SignUpRequest request)
SignUpResult
AWSCognitoIdentityProvider. signUp(SignUpRequest signUpRequest)
Registers the user in the specified user pool and creates a user name, password, and user attributes.SignUpResult
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 SignUpResult Modifier and Type Method Description Future<SignUpResult>
AbstractAWSCognitoIdentityProviderAsync. signUpAsync(SignUpRequest request)
Future<SignUpResult>
AbstractAWSCognitoIdentityProviderAsync. signUpAsync(SignUpRequest request, AsyncHandler<SignUpRequest,SignUpResult> asyncHandler)
Future<SignUpResult>
AWSCognitoIdentityProviderAsync. signUpAsync(SignUpRequest signUpRequest)
Registers the user in the specified user pool and creates a user name, password, and user attributes.Future<SignUpResult>
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.Future<SignUpResult>
AWSCognitoIdentityProviderAsyncClient. signUpAsync(SignUpRequest request)
Future<SignUpResult>
AWSCognitoIdentityProviderAsyncClient. signUpAsync(SignUpRequest request, AsyncHandler<SignUpRequest,SignUpResult> asyncHandler)
Method parameters in com.amazonaws.services.cognitoidp with type arguments of type SignUpResult Modifier and Type Method Description Future<SignUpResult>
AbstractAWSCognitoIdentityProviderAsync. signUpAsync(SignUpRequest request, AsyncHandler<SignUpRequest,SignUpResult> asyncHandler)
Future<SignUpResult>
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.Future<SignUpResult>
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 SignUpResult Modifier and Type Method Description SignUpResult
SignUpResult. clone()
SignUpResult
SignUpResult. withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
SignUpResult
SignUpResult. withUserConfirmed(Boolean userConfirmed)
A response from the server indicating that a user registration has been confirmed.
-