| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.cognitoidentityprovider.handlers | |
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignUpHandler.onSuccess(CognitoUser user,
SignUpResult signUpResult)
This method is called successfully registering a new user.
|
| Modifier and Type | Method and Description |
|---|---|
SignUpResult |
AmazonCognitoIdentityProviderClient.signUp(SignUpRequest signUpRequest)
Registers the user in the specified user pool and creates a user name,
password, and user attributes.
|
SignUpResult |
AmazonCognitoIdentityProvider.signUp(SignUpRequest signUpRequest)
Registers the user in the specified user pool and creates a user name,
password, and user attributes.
|
| Modifier and Type | Method and Description |
|---|---|
SignUpResult |
SignUpResult.withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
The code delivery details returned by the server response to the user
registration request.
|
SignUpResult |
SignUpResult.withUserConfirmed(Boolean userConfirmed)
A response from the server indicating that a user registration has been
confirmed.
|
SignUpResult |
SignUpResult.withUserSub(String userSub)
The UUID of the authenticated user.
|
Copyright © 2020. All rights reserved.