| Package | Description |
|---|---|
| com.amazonaws.mobile.client | |
| com.amazonaws.mobile.client.results |
| Modifier and Type | Method and Description |
|---|---|
UserCodeDeliveryDetails |
AWSMobileClient.verifyUserAttribute(String attributeName)
Verify an attribute like email.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserCodeDeliveryDetails> |
AWSMobileClient.updateUserAttributes(Map<String,String> userAttributes)
Sends a map of user attributes to update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSMobileClient.updateUserAttributes(Map<String,String> userAttributes,
Callback<List<UserCodeDeliveryDetails>> callback)
Sends a map of user attributes to update.
|
void |
AWSMobileClient.verifyUserAttribute(String attributeName,
Callback<UserCodeDeliveryDetails> callback)
Verify an attribute like email.
|
| Modifier and Type | Method and Description |
|---|---|
UserCodeDeliveryDetails |
SignInResult.getCodeDetails()
Description of where the confirmation code was sent
|
UserCodeDeliveryDetails |
ForgotPasswordResult.getParameters() |
UserCodeDeliveryDetails |
SignUpResult.getUserCodeDeliveryDetails()
Determine where the confirmation code was sent
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForgotPasswordResult.setParameters(UserCodeDeliveryDetails parameters) |
| Constructor and Description |
|---|
SignInResult(SignInState signInState,
UserCodeDeliveryDetails codeDetails) |
SignUpResult(boolean signUpConfirmationState,
UserCodeDeliveryDetails cognitoUserCodeDeliveryDetails,
String userSub) |
Copyright © 2020. All rights reserved.