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 ForgotPasswordResponse |
CognitoIdentityProviderClient.forgotPassword(Consumer<ForgotPasswordRequest.Builder> forgotPasswordRequest) |
Sends a password-reset confirmation code for the currently signed-in user.
|
default ForgotPasswordResponse |
CognitoIdentityProviderClient.forgotPassword(ForgotPasswordRequest forgotPasswordRequest) |
Sends a password-reset confirmation code for the currently signed-in user.
|
default GetUserAttributeVerificationCodeResponse |
CognitoIdentityProviderClient.getUserAttributeVerificationCode(Consumer<GetUserAttributeVerificationCodeRequest.Builder> getUserAttributeVerificationCodeRequest) |
Given an attribute name, sends a user attribute verification code for the specified attribute name to the
currently signed-in user.
|
default GetUserAttributeVerificationCodeResponse |
CognitoIdentityProviderClient.getUserAttributeVerificationCode(GetUserAttributeVerificationCodeRequest getUserAttributeVerificationCodeRequest) |
Given an attribute name, sends a user attribute verification code for the specified attribute name to the
currently signed-in user.
|
default ResendConfirmationCodeResponse |
CognitoIdentityProviderClient.resendConfirmationCode(Consumer<ResendConfirmationCodeRequest.Builder> resendConfirmationCodeRequest) |
Resends the code that confirms a new account for a user who has signed up in your user pool.
|
default ResendConfirmationCodeResponse |
CognitoIdentityProviderClient.resendConfirmationCode(ResendConfirmationCodeRequest resendConfirmationCodeRequest) |
Resends the code that confirms a new account for a user who has signed up in your user pool.
|
default SetRiskConfigurationResponse |
CognitoIdentityProviderClient.setRiskConfiguration(Consumer<SetRiskConfigurationRequest.Builder> setRiskConfigurationRequest) |
Configures threat protection for a user pool or app client.
|
default SetRiskConfigurationResponse |
CognitoIdentityProviderClient.setRiskConfiguration(SetRiskConfigurationRequest setRiskConfigurationRequest) |
Configures threat protection for a user pool or app client.
|
default SignUpResponse |
CognitoIdentityProviderClient.signUp(Consumer<SignUpRequest.Builder> signUpRequest) |
Registers a user with an app client and requests a user name, password, and user attributes in the user pool.
|
default SignUpResponse |
CognitoIdentityProviderClient.signUp(SignUpRequest signUpRequest) |
Registers a user with an app client and requests a user name, password, and user attributes in the user pool.
|
default UpdateUserAttributesResponse |
CognitoIdentityProviderClient.updateUserAttributes(Consumer<UpdateUserAttributesRequest.Builder> updateUserAttributesRequest) |
Updates the currently signed-in user's attributes.
|
default UpdateUserAttributesResponse |
CognitoIdentityProviderClient.updateUserAttributes(UpdateUserAttributesRequest updateUserAttributesRequest) |
Updates the currently signed-in user's attributes.
|