Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ForgotPasswordResponse
-
Packages that use ForgotPasswordResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of ForgotPasswordResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return ForgotPasswordResponse Modifier and Type Method Description default ForgotPasswordResponseCognitoIdentityProviderClient. 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 ForgotPasswordResponseCognitoIdentityProviderClient. 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.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ForgotPasswordResponse Modifier and Type Method 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.
-