default AdminRespondToAuthChallengeResponse |
CognitoIdentityProviderClient.adminRespondToAuthChallenge(Consumer<AdminRespondToAuthChallengeRequest.Builder> adminRespondToAuthChallengeRequest) |
Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication
that bypasses MFA, or for a custom authentication challenge.
|
default AdminRespondToAuthChallengeResponse |
CognitoIdentityProviderClient.adminRespondToAuthChallenge(AdminRespondToAuthChallengeRequest adminRespondToAuthChallengeRequest) |
Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication
that bypasses MFA, or for a custom authentication challenge.
|
default AdminSetUserPasswordResponse |
CognitoIdentityProviderClient.adminSetUserPassword(Consumer<AdminSetUserPasswordRequest.Builder> adminSetUserPasswordRequest) |
Sets the specified user's password in a user pool.
|
default AdminSetUserPasswordResponse |
CognitoIdentityProviderClient.adminSetUserPassword(AdminSetUserPasswordRequest adminSetUserPasswordRequest) |
Sets the specified user's password in a user pool.
|
default ChangePasswordResponse |
CognitoIdentityProviderClient.changePassword(Consumer<ChangePasswordRequest.Builder> changePasswordRequest) |
Changes the password for a specified user in a user pool.
|
default ChangePasswordResponse |
CognitoIdentityProviderClient.changePassword(ChangePasswordRequest changePasswordRequest) |
Changes the password for a specified user in a user pool.
|
default ConfirmForgotPasswordResponse |
CognitoIdentityProviderClient.confirmForgotPassword(Consumer<ConfirmForgotPasswordRequest.Builder> confirmForgotPasswordRequest) |
This public API operation accepts a confirmation code that Amazon Cognito sent to a user and accepts a new
password for that user.
|
default ConfirmForgotPasswordResponse |
CognitoIdentityProviderClient.confirmForgotPassword(ConfirmForgotPasswordRequest confirmForgotPasswordRequest) |
This public API operation accepts a confirmation code that Amazon Cognito sent to a user and accepts a new
password for that user.
|
default RespondToAuthChallengeResponse |
CognitoIdentityProviderClient.respondToAuthChallenge(Consumer<RespondToAuthChallengeRequest.Builder> respondToAuthChallengeRequest) |
Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication
that bypasses MFA, or for a custom authentication challenge.
|
default RespondToAuthChallengeResponse |
CognitoIdentityProviderClient.respondToAuthChallenge(RespondToAuthChallengeRequest respondToAuthChallengeRequest) |
Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication
that bypasses MFA, or for a custom authentication challenge.
|