| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.cognitoidentityprovider |
| Modifier and Type | Method and Description |
|---|---|
void |
CognitoUser.changePassword(String oldUserPassword,
String newUserPassword,
GenericHandler callback)
Request to change password for this user, in current thread.
|
void |
CognitoUser.changePasswordInBackground(String oldUserPassword,
String newUserPassword,
GenericHandler callback)
Request to change password for this user, in background.
|
void |
CognitoUser.confirmSignUp(String confirmationCode,
boolean forcedAliasCreation,
GenericHandler callback)
Confirms user registration in current thread.
|
void |
CognitoUser.confirmSignUp(String confirmationCode,
boolean forcedAliasCreation,
Map<String,String> clientMetadata,
GenericHandler callback)
Confirms user registration in current thread.
|
void |
CognitoUser.confirmSignUpInBackground(String confirmationCode,
boolean forcedAliasCreation,
GenericHandler callback)
Confirms user registration in background.
|
void |
CognitoUser.confirmSignUpInBackground(String confirmationCode,
boolean forcedAliasCreation,
Map<String,String> clientMetadata,
GenericHandler callback)
Confirms user registration in background.
|
void |
CognitoUser.deleteAttributes(List<String> attributeNamesToDelete,
GenericHandler callback)
Deletes user attributes, in current thread.
|
void |
CognitoUser.deleteAttributesInBackground(List<String> attributeNamesToDelete,
GenericHandler callback)
Deletes user attributes, in background.
|
void |
CognitoUser.deleteUser(GenericHandler callback)
Deletes this user, in current thread.
|
void |
CognitoUser.deleteUserInBackground(GenericHandler callback)
Deletes this user, in background.
|
void |
CognitoDevice.doNotRememberThisDevice(GenericHandler callback)
Marks this device as not trusted, runs in the current thread.
|
void |
CognitoDevice.doNotRememberThisDeviceInBackground(GenericHandler callback)
Marks this device as not trusted, runs in a background thread.
|
void |
CognitoDevice.forgetDevice(GenericHandler callback)
Stops tracking this device, runs in the current thread.
|
void |
CognitoDevice.forgetDeviceInBackground(GenericHandler callback)
Stops tracking this device, runs in a background thread.
|
void |
CognitoDevice.getDevice(GenericHandler callback)
Fetches device properties, in the current thread.
|
void |
CognitoDevice.getDeviceInBackground(GenericHandler callback)
Fetches device properties.
|
void |
CognitoUser.globalSignOut(GenericHandler callback)
Sign-out from all devices associated with this user, in current thread.
|
void |
CognitoUser.globalSignOutInBackground(GenericHandler callback)
Sign-out from all devices associated with this user, in background.
|
void |
CognitoDevice.rememberThisDevice(GenericHandler callback)
Marks this device as trusted, runs in the current thread.
|
void |
CognitoDevice.rememberThisDeviceInBackground(GenericHandler callback)
Marks this device as trusted, runs in a background.
|
void |
CognitoUser.setUserMfaSettingsInBackground(List<CognitoMfaSettings> mfaSettings,
GenericHandler callback)
Sets preferences for the registered MFA's of a user.
|
void |
CognitoUser.setUserSettings(CognitoUserSettings cognitoUserSettings,
GenericHandler callback)
Set's user settings, in current thread.
|
void |
CognitoUser.setUserSettingsInBackground(CognitoUserSettings cognitoUserSettings,
GenericHandler callback)
Set's user settings, in background.
|
void |
CognitoUser.verifyAttribute(String attributeName,
String verificationCode,
GenericHandler callback)
Verify an attribute with the verification code, in current thread.
|
void |
CognitoUser.verifyAttributeInBackground(String attributeName,
String verificationCode,
GenericHandler callback)
Verify an attribute with the verification code, in background.
|
Copyright © 2020. All rights reserved.