default AdminDisableProviderForUserResponse |
CognitoIdentityProviderClient.adminDisableProviderForUser(Consumer<AdminDisableProviderForUserRequest.Builder> adminDisableProviderForUserRequest) |
Prevents the user from signing in with the specified external (SAML or social) identity provider (IdP).
|
default AdminDisableProviderForUserResponse |
CognitoIdentityProviderClient.adminDisableProviderForUser(AdminDisableProviderForUserRequest adminDisableProviderForUserRequest) |
Prevents the user from signing in with the specified external (SAML or social) identity provider (IdP).
|
default AdminLinkProviderForUserResponse |
CognitoIdentityProviderClient.adminLinkProviderForUser(Consumer<AdminLinkProviderForUserRequest.Builder> adminLinkProviderForUserRequest) |
Links an existing user account in a user pool, or DestinationUser, to an identity from an external
IdP, or SourceUser, based on a specified attribute name and value from the external IdP.
|
default AdminLinkProviderForUserResponse |
CognitoIdentityProviderClient.adminLinkProviderForUser(AdminLinkProviderForUserRequest adminLinkProviderForUserRequest) |
Links an existing user account in a user pool, or DestinationUser, to an identity from an external
IdP, or SourceUser, based on a specified attribute name and value from the external IdP.
|
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 AdminUpdateUserAttributesResponse |
CognitoIdentityProviderClient.adminUpdateUserAttributes(Consumer<AdminUpdateUserAttributesRequest.Builder> adminUpdateUserAttributesRequest) |
Updates the specified user's attributes.
|
default AdminUpdateUserAttributesResponse |
CognitoIdentityProviderClient.adminUpdateUserAttributes(AdminUpdateUserAttributesRequest adminUpdateUserAttributesRequest) |
Updates the specified user's attributes.
|
default ConfirmSignUpResponse |
CognitoIdentityProviderClient.confirmSignUp(Consumer<ConfirmSignUpRequest.Builder> confirmSignUpRequest) |
Confirms the account of a new user.
|
default ConfirmSignUpResponse |
CognitoIdentityProviderClient.confirmSignUp(ConfirmSignUpRequest confirmSignUpRequest) |
Confirms the account of a new user.
|
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 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.
|
default VerifyUserAttributeResponse |
CognitoIdentityProviderClient.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 VerifyUserAttributeResponse |
CognitoIdentityProviderClient.verifyUserAttribute(VerifyUserAttributeRequest verifyUserAttributeRequest) |
Submits a verification code for a signed-in user who has added or changed a value of an auto-verified attribute.
|