| 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.
|
| 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 ForgotPasswordResponse |
CognitoIdentityProviderClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
default CompletableFuture<ForgotPasswordResponse> |
CognitoIdentityProviderAsyncClient.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.
|
Copyright © 2020. All rights reserved.