Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.CodeDeliveryFailureException
Packages that use CodeDeliveryFailureException
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of CodeDeliveryFailureException in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that throw CodeDeliveryFailureExceptionModifier and TypeMethodDescriptiondefault AdminCreateUserResponseCognitoIdentityProviderClient.adminCreateUser(Consumer<AdminCreateUserRequest.Builder> adminCreateUserRequest) Creates a new user in the specified user pool.default AdminCreateUserResponseCognitoIdentityProviderClient.adminCreateUser(AdminCreateUserRequest adminCreateUserRequest) Creates a new user in the specified user pool.default ForgotPasswordResponseCognitoIdentityProviderClient.forgotPassword(Consumer<ForgotPasswordRequest.Builder> forgotPasswordRequest) Sends a password-reset confirmation code to the email address or phone number of the requested username.default ForgotPasswordResponseCognitoIdentityProviderClient.forgotPassword(ForgotPasswordRequest forgotPasswordRequest) Sends a password-reset confirmation code to the email address or phone number of the requested username.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.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 ResendConfirmationCodeResponseCognitoIdentityProviderClient.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 ResendConfirmationCodeResponseCognitoIdentityProviderClient.resendConfirmationCode(ResendConfirmationCodeRequest resendConfirmationCodeRequest) Resends the code that confirms a new account for a user who has signed up in your user pool.default SetRiskConfigurationResponseCognitoIdentityProviderClient.setRiskConfiguration(Consumer<SetRiskConfigurationRequest.Builder> setRiskConfigurationRequest) Configures threat protection for a user pool or app client.default SetRiskConfigurationResponseCognitoIdentityProviderClient.setRiskConfiguration(SetRiskConfigurationRequest setRiskConfigurationRequest) Configures threat protection for a user pool or app client.default SignUpResponseCognitoIdentityProviderClient.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 SignUpResponseCognitoIdentityProviderClient.signUp(SignUpRequest signUpRequest) Registers a user with an app client and requests a user name, password, and user attributes in the user pool.default UpdateUserAttributesResponseCognitoIdentityProviderClient.updateUserAttributes(Consumer<UpdateUserAttributesRequest.Builder> updateUserAttributesRequest) Updates the currently signed-in user's attributes.default UpdateUserAttributesResponseCognitoIdentityProviderClient.updateUserAttributes(UpdateUserAttributesRequest updateUserAttributesRequest) Updates the currently signed-in user's attributes.