| Package | Description |
|---|---|
| com.amazonaws.mobile.client |
| Modifier and Type | Method and Description |
|---|---|
protected Runnable |
AWSMobileClient._initialize(android.content.Context context,
com.amazonaws.mobile.config.AWSConfiguration awsConfiguration,
Callback<UserStateDetails> callback) |
void |
AWSMobileClient.changePassword(String oldPassword,
String newPassword,
Callback<Void> callback) |
void |
AWSMobileClient.confirmForgotPassword(String password,
String forgotPasswordChallengeResponse,
Callback<ForgotPasswordResult> callback)
Second method to call after
AWSMobileClient.forgotPassword(String) to respond to any challenges
that the service may request. |
void |
AWSMobileClient.confirmForgotPassword(String password,
String forgotPasswordChallengeResponse,
Map<String,String> clientMetadata,
Callback<ForgotPasswordResult> callback)
Second method to call after
AWSMobileClient.forgotPassword(String) to respond to any challenges
that the service may request. |
void |
AWSMobileClient.confirmSignIn(Map<String,String> signInChallengeResponse,
Callback<SignInResult> callback)
|
void |
AWSMobileClient.confirmSignIn(Map<String,String> signInChallengeResponse,
Map<String,String> clientMetaData,
Callback<SignInResult> callback)
|
void |
AWSMobileClient.confirmSignIn(String signInChallengeResponse,
Callback<SignInResult> callback) |
void |
AWSMobileClient.confirmSignUp(String username,
String signUpChallengeResponse,
Callback<SignUpResult> callback)
Confirm the sign-up request with follow-up information
|
void |
AWSMobileClient.confirmSignUp(String username,
String signUpChallengeResponse,
Map<String,String> clientMetadata,
Callback<SignUpResult> callback)
Confirm the sign-up request with follow-up information
|
void |
AWSMobileClient.confirmUpdateUserAttribute(String attributeName,
String updateUserAttributeChallengeResponse,
Callback<Void> callback)
Confirm the attribute with the code provided by user.
|
void |
AWSMobileClient.confirmVerifyUserAttribute(String attributeName,
String updateUserAttributeChallengeResponse,
Callback<Void> callback)
Confirm the attribute with the code provided by user.
|
void |
AWSMobileClient.currentUserState(Callback<UserStateDetails> callback)
Performs a check on the current UserState.
|
void |
AWSMobileClient.federatedSignIn(String providerKey,
String token,
Callback<UserStateDetails> callback)
Federate tokens from custom identity providers into Cognito Identity Pool by providing the
logins key and token
|
void |
AWSMobileClient.federatedSignIn(String providerKey,
String token,
FederatedSignInOptions options,
Callback<UserStateDetails> callback)
Federate tokens from custom identity providers by providing the
logins key and token
|
protected void |
AWSMobileClient.federatedSignInWithoutAssigningState(String providerKey,
String token,
Callback<UserStateDetails> callback) |
void |
DeviceOperations.forget(Callback<Void> callback)
Forget the current device.
|
void |
DeviceOperations.forget(String deviceKey,
Callback<Void> callback)
Forget the device identified by the deviceKey.
|
void |
AWSMobileClient.forgotPassword(String username,
Callback<ForgotPasswordResult> callback)
Used to reset password if user forgot the old password.
|
void |
AWSMobileClient.forgotPassword(String username,
Map<String,String> clientMetadata,
Callback<ForgotPasswordResult> callback)
Used to reset password if user forgot the old password.
|
void |
DeviceOperations.get(Callback<Device> callback)
Retrieves the device information for this device.
|
void |
DeviceOperations.get(String deviceId,
Callback<Device> callback)
Retrieves the device information for the device id provided.
|
void |
AWSMobileClient.getAWSCredentials(Callback<com.amazonaws.auth.AWSCredentials> callback) |
void |
AWSMobileClient.getTokens(Callback<Tokens> callback)
Returns the tokens obtained from Cognito Userpools sign-in.
|
void |
AWSMobileClient.getUserAttributes(Callback<Map<String,String>> callback) |
void |
AWSMobileClient.initialize(android.content.Context context,
com.amazonaws.mobile.config.AWSConfiguration awsConfig,
Callback<UserStateDetails> callback) |
void |
AWSMobileClient.initialize(android.content.Context context,
Callback<UserStateDetails> callback) |
void |
DeviceOperations.list(Callback<ListDevicesResult> callback)
Lists the devices attached to the user's account.
|
void |
DeviceOperations.list(Integer limit,
String paginationToken,
Callback<ListDevicesResult> callback)
Lists the devices attached to the user's account.
|
void |
AWSMobileClient.resendSignUp(String username,
Callback<SignUpResult> callback)
Used when a user has attempted sign-up previously and wants to continue the process.
|
void |
AWSMobileClient.showSignIn(android.app.Activity callingActivity,
Callback<UserStateDetails> callback)
Shows a sign-in UI for user's to sign-in, sign-up, forgot password, create account
|
void |
AWSMobileClient.showSignIn(android.app.Activity callingActivity,
SignInUIOptions signInUIOptions,
Callback<UserStateDetails> callback)
Shows a sign-in UI for user's to sign-in, sign-up, forgot password, create account
|
void |
AWSMobileClient.signIn(String username,
String password,
Map<String,String> validationData,
Callback<SignInResult> callback) |
void |
AWSMobileClient.signOut(SignOutOptions signOutOptions,
Callback<Void> callback)
Sign-out the user with more options.
|
void |
AWSMobileClient.signUp(String username,
String password,
Map<String,String> userAttributes,
Map<String,String> validationData,
Callback<SignUpResult> callback)
Sign-up users.
|
void |
AWSMobileClient.signUp(String username,
String password,
Map<String,String> userAttributes,
Map<String,String> validationData,
Map<String,String> clientMetadata,
Callback<SignUpResult> callback)
Sign-up users.
|
void |
DeviceOperations.updateStatus(boolean rememberDevice,
Callback<Void> callback)
Update this device status to be remembered or not remembered
|
void |
DeviceOperations.updateStatus(String deviceKey,
boolean rememberDevice,
Callback<Void> callback) |
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.
|
Copyright © 2020. All rights reserved.