Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AliasExistsException
Packages that use AliasExistsException
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AliasExistsException in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that throw AliasExistsExceptionModifier and TypeMethodDescriptionCognitoIdentityProviderClient.adminDisableProviderForUser(Consumer<AdminDisableProviderForUserRequest.Builder> adminDisableProviderForUserRequest) Prevents the user from signing in with the specified external (SAML or social) identity provider (IdP).CognitoIdentityProviderClient.adminDisableProviderForUser(AdminDisableProviderForUserRequest adminDisableProviderForUserRequest) Prevents the user from signing in with the specified external (SAML or social) identity provider (IdP).default AdminLinkProviderForUserResponseCognitoIdentityProviderClient.adminLinkProviderForUser(Consumer<AdminLinkProviderForUserRequest.Builder> adminLinkProviderForUserRequest) Links an existing user account in a user pool, orDestinationUser, to an identity from an external IdP, orSourceUser, based on a specified attribute name and value from the external IdP.default AdminLinkProviderForUserResponseCognitoIdentityProviderClient.adminLinkProviderForUser(AdminLinkProviderForUserRequest adminLinkProviderForUserRequest) Links an existing user account in a user pool, orDestinationUser, to an identity from an external IdP, orSourceUser, based on a specified attribute name and value from the external IdP.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.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.CognitoIdentityProviderClient.adminUpdateUserAttributes(Consumer<AdminUpdateUserAttributesRequest.Builder> adminUpdateUserAttributesRequest) Updates the specified user's attributes.CognitoIdentityProviderClient.adminUpdateUserAttributes(AdminUpdateUserAttributesRequest adminUpdateUserAttributesRequest) Updates the specified user's attributes.default ConfirmSignUpResponseCognitoIdentityProviderClient.confirmSignUp(Consumer<ConfirmSignUpRequest.Builder> confirmSignUpRequest) Confirms the account of a new user.default ConfirmSignUpResponseCognitoIdentityProviderClient.confirmSignUp(ConfirmSignUpRequest confirmSignUpRequest) Confirms the account of a new user.default RespondToAuthChallengeResponseCognitoIdentityProviderClient.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 RespondToAuthChallengeResponseCognitoIdentityProviderClient.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 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.default VerifyUserAttributeResponseCognitoIdentityProviderClient.verifyUserAttribute(Consumer<VerifyUserAttributeRequest.Builder> verifyUserAttributeRequest) Submits a verification code for a signed-in user who has added or changed a value of an auto-verified attribute.default VerifyUserAttributeResponseCognitoIdentityProviderClient.verifyUserAttribute(VerifyUserAttributeRequest verifyUserAttributeRequest) Submits a verification code for a signed-in user who has added or changed a value of an auto-verified attribute.