default AdminCreateUserResponse |
CognitoIdentityProviderClient.adminCreateUser(Consumer<AdminCreateUserRequest.Builder> adminCreateUserRequest) |
Creates a new user in the specified user pool.
|
default AdminCreateUserResponse |
CognitoIdentityProviderClient.adminCreateUser(AdminCreateUserRequest adminCreateUserRequest) |
Creates a new user in the specified user pool.
|
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 as an administrator.
|
default AdminSetUserPasswordResponse |
CognitoIdentityProviderClient.adminSetUserPassword(AdminSetUserPasswordRequest adminSetUserPasswordRequest) |
Sets the specified user's password in a user pool as an administrator.
|
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 ConfirmDeviceResponse |
CognitoIdentityProviderClient.confirmDevice(Consumer<ConfirmDeviceRequest.Builder> confirmDeviceRequest) |
Confirms tracking of the device.
|
default ConfirmDeviceResponse |
CognitoIdentityProviderClient.confirmDevice(ConfirmDeviceRequest confirmDeviceRequest) |
Confirms tracking of the device.
|
default ConfirmForgotPasswordResponse |
CognitoIdentityProviderClient.confirmForgotPassword(Consumer<ConfirmForgotPasswordRequest.Builder> confirmForgotPasswordRequest) |
Allows a user to enter a confirmation code to reset a forgotten password.
|
default ConfirmForgotPasswordResponse |
CognitoIdentityProviderClient.confirmForgotPassword(ConfirmForgotPasswordRequest confirmForgotPasswordRequest) |
Allows a user to enter a confirmation code to reset a forgotten password.
|
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.
|
default SignUpResponse |
CognitoIdentityProviderClient.signUp(Consumer<SignUpRequest.Builder> signUpRequest) |
Registers the user in the specified user pool and creates a user name, password, and user attributes.
|
default SignUpResponse |
CognitoIdentityProviderClient.signUp(SignUpRequest signUpRequest) |
Registers the user in the specified user pool and creates a user name, password, and user attributes.
|