Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
ForgotPasswordResult |
AWSCognitoIdentityProvider.forgotPassword(ForgotPasswordRequest forgotPasswordRequest)
Calling this API causes a message to be sent to the end user with a confirmation code that is required to change
the user's password.
|
ForgotPasswordResult |
AWSCognitoIdentityProviderClient.forgotPassword(ForgotPasswordRequest request)
Calling this API causes a message to be sent to the end user with a confirmation code that is required to change
the user's password.
|
ForgotPasswordResult |
AbstractAWSCognitoIdentityProvider.forgotPassword(ForgotPasswordRequest request) |
Future<ForgotPasswordResult> |
AWSCognitoIdentityProviderAsyncClient.forgotPasswordAsync(ForgotPasswordRequest request) |
Future<ForgotPasswordResult> |
AbstractAWSCognitoIdentityProviderAsync.forgotPasswordAsync(ForgotPasswordRequest request) |
Future<ForgotPasswordResult> |
AWSCognitoIdentityProviderAsync.forgotPasswordAsync(ForgotPasswordRequest forgotPasswordRequest)
Calling this API causes a message to be sent to the end user with a confirmation code that is required to change
the user's password.
|
Future<ForgotPasswordResult> |
AWSCognitoIdentityProviderAsyncClient.forgotPasswordAsync(ForgotPasswordRequest request,
AsyncHandler<ForgotPasswordRequest,ForgotPasswordResult> asyncHandler) |
Future<ForgotPasswordResult> |
AbstractAWSCognitoIdentityProviderAsync.forgotPasswordAsync(ForgotPasswordRequest request,
AsyncHandler<ForgotPasswordRequest,ForgotPasswordResult> asyncHandler) |
Future<ForgotPasswordResult> |
AWSCognitoIdentityProviderAsync.forgotPasswordAsync(ForgotPasswordRequest forgotPasswordRequest,
AsyncHandler<ForgotPasswordRequest,ForgotPasswordResult> asyncHandler)
Calling this API causes a message to be sent to the end user with a confirmation code that is required to change
the user's password.
|
Modifier and Type | Method and Description |
---|---|
Future<ForgotPasswordResult> |
AWSCognitoIdentityProviderAsyncClient.forgotPasswordAsync(ForgotPasswordRequest request,
AsyncHandler<ForgotPasswordRequest,ForgotPasswordResult> asyncHandler) |
Future<ForgotPasswordResult> |
AbstractAWSCognitoIdentityProviderAsync.forgotPasswordAsync(ForgotPasswordRequest request,
AsyncHandler<ForgotPasswordRequest,ForgotPasswordResult> asyncHandler) |
Future<ForgotPasswordResult> |
AWSCognitoIdentityProviderAsync.forgotPasswordAsync(ForgotPasswordRequest forgotPasswordRequest,
AsyncHandler<ForgotPasswordRequest,ForgotPasswordResult> asyncHandler)
Calling this API causes a message to be sent to the end user with a confirmation code that is required to change
the user's password.
|
Modifier and Type | Method and Description |
---|---|
ForgotPasswordRequest |
ForgotPasswordRequest.addClientMetadataEntry(String key,
String value)
Add a single ClientMetadata entry
|
ForgotPasswordRequest |
ForgotPasswordRequest.clearClientMetadataEntries()
Removes all the entries added into ClientMetadata.
|
ForgotPasswordRequest |
ForgotPasswordRequest.clone() |
ForgotPasswordRequest |
ForgotPasswordRequest.withAnalyticsMetadata(AnalyticsMetadataType analyticsMetadata)
The Amazon Pinpoint analytics metadata for collecting metrics for
ForgotPassword calls. |
ForgotPasswordRequest |
ForgotPasswordRequest.withClientId(String clientId)
The ID of the client associated with the user pool.
|
ForgotPasswordRequest |
ForgotPasswordRequest.withClientMetadata(Map<String,String> clientMetadata)
A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.
|
ForgotPasswordRequest |
ForgotPasswordRequest.withSecretHash(String secretHash)
A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and
username plus the client ID in the message.
|
ForgotPasswordRequest |
ForgotPasswordRequest.withUserContextData(UserContextDataType userContextData)
Contextual data such as the user's device fingerprint, IP address, or location used for evaluating the risk of an
unexpected event by Amazon Cognito advanced security.
|
ForgotPasswordRequest |
ForgotPasswordRequest.withUsername(String username)
The user name of the user for whom you want to enter a code to reset a forgotten password.
|
Copyright © 2021. All rights reserved.