| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito user pools API, you can create a user pool to manage directories and users.
|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
default ForgotPasswordResponse |
CognitoIdentityProviderClient.forgotPassword(Consumer<ForgotPasswordRequest.Builder> 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.
|
default CompletableFuture<ForgotPasswordResponse> |
CognitoIdentityProviderAsyncClient.forgotPassword(Consumer<ForgotPasswordRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
ForgotPasswordRequest.Builder |
ForgotPasswordRequest.Builder.analyticsMetadata(AnalyticsMetadataType analyticsMetadata)
The Amazon Pinpoint analytics metadata that contributes to your metrics for
ForgotPassword
calls. |
default ForgotPasswordRequest.Builder |
ForgotPasswordRequest.Builder.analyticsMetadata(Consumer<AnalyticsMetadataType.Builder> analyticsMetadata)
The Amazon Pinpoint analytics metadata that contributes to your metrics for
ForgotPassword
calls. |
static ForgotPasswordRequest.Builder |
ForgotPasswordRequest.builder() |
ForgotPasswordRequest.Builder |
ForgotPasswordRequest.Builder.clientId(String clientId)
The ID of the client associated with the user pool.
|
ForgotPasswordRequest.Builder |
ForgotPasswordRequest.Builder.clientMetadata(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.Builder |
ForgotPasswordRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ForgotPasswordRequest.Builder |
ForgotPasswordRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ForgotPasswordRequest.Builder |
ForgotPasswordRequest.Builder.secretHash(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.Builder |
ForgotPasswordRequest.toBuilder() |
default ForgotPasswordRequest.Builder |
ForgotPasswordRequest.Builder.userContextData(Consumer<UserContextDataType.Builder> userContextData)
Contextual data about your user session, such as the device fingerprint, IP address, or location.
|
ForgotPasswordRequest.Builder |
ForgotPasswordRequest.Builder.userContextData(UserContextDataType userContextData)
Contextual data about your user session, such as the device fingerprint, IP address, or location.
|
ForgotPasswordRequest.Builder |
ForgotPasswordRequest.Builder.username(String username)
The user name of the user for whom you want to enter a code to reset a forgotten password.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ForgotPasswordRequest.Builder> |
ForgotPasswordRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.