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) |
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.
|
default GetUserAttributeVerificationCodeResponse |
CognitoIdentityProviderClient.getUserAttributeVerificationCode(Consumer<GetUserAttributeVerificationCodeRequest.Builder> getUserAttributeVerificationCodeRequest) |
Generates a user attribute verification code for the specified attribute name.
|
default GetUserAttributeVerificationCodeResponse |
CognitoIdentityProviderClient.getUserAttributeVerificationCode(GetUserAttributeVerificationCodeRequest getUserAttributeVerificationCodeRequest) |
Generates a user attribute verification code for the specified attribute name.
|
default ResendConfirmationCodeResponse |
CognitoIdentityProviderClient.resendConfirmationCode(Consumer<ResendConfirmationCodeRequest.Builder> resendConfirmationCodeRequest) |
Resends the confirmation (for confirmation of registration) to a specific user in the user pool.
|
default ResendConfirmationCodeResponse |
CognitoIdentityProviderClient.resendConfirmationCode(ResendConfirmationCodeRequest resendConfirmationCodeRequest) |
Resends the confirmation (for confirmation of registration) to a specific user in the user pool.
|
default SetRiskConfigurationResponse |
CognitoIdentityProviderClient.setRiskConfiguration(Consumer<SetRiskConfigurationRequest.Builder> setRiskConfigurationRequest) |
Configures actions on detected risks.
|
default SetRiskConfigurationResponse |
CognitoIdentityProviderClient.setRiskConfiguration(SetRiskConfigurationRequest setRiskConfigurationRequest) |
Configures actions on detected risks.
|
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.
|
default UpdateUserAttributesResponse |
CognitoIdentityProviderClient.updateUserAttributes(Consumer<UpdateUserAttributesRequest.Builder> updateUserAttributesRequest) |
With this operation, your users can update one or more of their attributes with their own credentials.
|
default UpdateUserAttributesResponse |
CognitoIdentityProviderClient.updateUserAttributes(UpdateUserAttributesRequest updateUserAttributesRequest) |
With this operation, your users can update one or more of their attributes with their own credentials.
|