default AdminInitiateAuthResponse |
CognitoIdentityProviderClient.adminInitiateAuth(Consumer<AdminInitiateAuthRequest.Builder> adminInitiateAuthRequest) |
Starts sign-in for applications with a server-side component, for example a traditional web application.
|
default AdminInitiateAuthResponse |
CognitoIdentityProviderClient.adminInitiateAuth(AdminInitiateAuthRequest adminInitiateAuthRequest) |
Starts sign-in for applications with a server-side component, for example a traditional web application.
|
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 AdminSetUserMfaPreferenceResponse |
CognitoIdentityProviderClient.adminSetUserMFAPreference(Consumer<AdminSetUserMfaPreferenceRequest.Builder> adminSetUserMfaPreferenceRequest) |
Sets the user's multi-factor authentication (MFA) preference, including which MFA options are activated, and if
any are preferred.
|
default AdminSetUserMfaPreferenceResponse |
CognitoIdentityProviderClient.adminSetUserMFAPreference(AdminSetUserMfaPreferenceRequest adminSetUserMfaPreferenceRequest) |
Sets the user's multi-factor authentication (MFA) preference, including which MFA options are activated, and if
any are preferred.
|
default ChangePasswordResponse |
CognitoIdentityProviderClient.changePassword(Consumer<ChangePasswordRequest.Builder> changePasswordRequest) |
Changes the password for the currently signed-in user.
|
default ChangePasswordResponse |
CognitoIdentityProviderClient.changePassword(ChangePasswordRequest changePasswordRequest) |
Changes the password for the currently signed-in user.
|
default ConfirmDeviceResponse |
CognitoIdentityProviderClient.confirmDevice(Consumer<ConfirmDeviceRequest.Builder> confirmDeviceRequest) |
Confirms a device that a user wants to remember.
|
default ConfirmDeviceResponse |
CognitoIdentityProviderClient.confirmDevice(ConfirmDeviceRequest confirmDeviceRequest) |
Confirms a device that a user wants to remember.
|
default ConfirmForgotPasswordResponse |
CognitoIdentityProviderClient.confirmForgotPassword(Consumer<ConfirmForgotPasswordRequest.Builder> confirmForgotPasswordRequest) |
This public API operation accepts a confirmation code that Amazon Cognito sent to a user and accepts a new
password for that user.
|
default ConfirmForgotPasswordResponse |
CognitoIdentityProviderClient.confirmForgotPassword(ConfirmForgotPasswordRequest confirmForgotPasswordRequest) |
This public API operation accepts a confirmation code that Amazon Cognito sent to a user and accepts a new
password for that user.
|
default DeleteUserResponse |
CognitoIdentityProviderClient.deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest) |
Deletes the profile of the currently signed-in user.
|
default DeleteUserResponse |
CognitoIdentityProviderClient.deleteUser(DeleteUserRequest deleteUserRequest) |
Deletes the profile of the currently signed-in user.
|
default DeleteUserAttributesResponse |
CognitoIdentityProviderClient.deleteUserAttributes(Consumer<DeleteUserAttributesRequest.Builder> deleteUserAttributesRequest) |
Deletes attributes from the currently signed-in user.
|
default DeleteUserAttributesResponse |
CognitoIdentityProviderClient.deleteUserAttributes(DeleteUserAttributesRequest deleteUserAttributesRequest) |
Deletes attributes from the currently signed-in user.
|
default ForgetDeviceResponse |
CognitoIdentityProviderClient.forgetDevice(Consumer<ForgetDeviceRequest.Builder> forgetDeviceRequest) |
Given a device key, deletes a remembered device as the currently signed-in user.
|
default ForgetDeviceResponse |
CognitoIdentityProviderClient.forgetDevice(ForgetDeviceRequest forgetDeviceRequest) |
Given a device key, deletes a remembered device as the currently signed-in user.
|
default GetDeviceResponse |
CognitoIdentityProviderClient.getDevice(Consumer<GetDeviceRequest.Builder> getDeviceRequest) |
Given a device key, returns information about a remembered device for the current user.
|
default GetDeviceResponse |
CognitoIdentityProviderClient.getDevice(GetDeviceRequest getDeviceRequest) |
Given a device key, returns information about a remembered device for the current user.
|
default GetUserResponse |
CognitoIdentityProviderClient.getUser(Consumer<GetUserRequest.Builder> getUserRequest) |
Gets user attributes and and MFA settings for the currently signed-in user.
|
default GetUserResponse |
CognitoIdentityProviderClient.getUser(GetUserRequest getUserRequest) |
Gets user attributes and and MFA settings 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 GetUserAuthFactorsResponse |
CognitoIdentityProviderClient.getUserAuthFactors(Consumer<GetUserAuthFactorsRequest.Builder> getUserAuthFactorsRequest) |
Lists the authentication options for the currently signed-in user.
|
default GetUserAuthFactorsResponse |
CognitoIdentityProviderClient.getUserAuthFactors(GetUserAuthFactorsRequest getUserAuthFactorsRequest) |
Lists the authentication options for the currently signed-in user.
|
default GlobalSignOutResponse |
CognitoIdentityProviderClient.globalSignOut(Consumer<GlobalSignOutRequest.Builder> globalSignOutRequest) |
Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user.
|
default GlobalSignOutResponse |
CognitoIdentityProviderClient.globalSignOut(GlobalSignOutRequest globalSignOutRequest) |
Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user.
|
default InitiateAuthResponse |
CognitoIdentityProviderClient.initiateAuth(Consumer<InitiateAuthRequest.Builder> initiateAuthRequest) |
Declares an authentication flow and initiates sign-in for a user in the Amazon Cognito user directory.
|
default InitiateAuthResponse |
CognitoIdentityProviderClient.initiateAuth(InitiateAuthRequest initiateAuthRequest) |
Declares an authentication flow and initiates sign-in for a user in the Amazon Cognito user directory.
|
default ListDevicesResponse |
CognitoIdentityProviderClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest) |
Lists the devices that Amazon Cognito has registered to the currently signed-in user.
|
default ListDevicesResponse |
CognitoIdentityProviderClient.listDevices(ListDevicesRequest listDevicesRequest) |
Lists the devices that Amazon Cognito has registered to the currently signed-in 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 SetUserMfaPreferenceResponse |
CognitoIdentityProviderClient.setUserMFAPreference(Consumer<SetUserMfaPreferenceRequest.Builder> setUserMfaPreferenceRequest) |
Set the user's multi-factor authentication (MFA) method preference, including which MFA factors are activated and
if any are preferred.
|
default SetUserMfaPreferenceResponse |
CognitoIdentityProviderClient.setUserMFAPreference(SetUserMfaPreferenceRequest setUserMfaPreferenceRequest) |
Set the user's multi-factor authentication (MFA) method preference, including which MFA factors are activated and
if any are preferred.
|
default SetUserSettingsResponse |
CognitoIdentityProviderClient.setUserSettings(Consumer<SetUserSettingsRequest.Builder> setUserSettingsRequest) |
This action is no longer supported. You can use it to configure only SMS MFA.
|
default SetUserSettingsResponse |
CognitoIdentityProviderClient.setUserSettings(SetUserSettingsRequest setUserSettingsRequest) |
This action is no longer supported. You can use it to configure only SMS MFA.
|
default UpdateDeviceStatusResponse |
CognitoIdentityProviderClient.updateDeviceStatus(Consumer<UpdateDeviceStatusRequest.Builder> updateDeviceStatusRequest) |
Updates the status of a the currently signed-in user's device so that it is marked as remembered or not
remembered for the purpose of device authentication.
|
default UpdateDeviceStatusResponse |
CognitoIdentityProviderClient.updateDeviceStatus(UpdateDeviceStatusRequest updateDeviceStatusRequest) |
Updates the status of a the currently signed-in user's device so that it is marked as remembered or not
remembered for the purpose of device authentication.
|
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 VerifySoftwareTokenResponse |
CognitoIdentityProviderClient.verifySoftwareToken(Consumer<VerifySoftwareTokenRequest.Builder> verifySoftwareTokenRequest) |
Registers the current user's time-based one-time password (TOTP) authenticator with a code generated in their
authenticator app from a private key that's supplied by your user pool.
|
default VerifySoftwareTokenResponse |
CognitoIdentityProviderClient.verifySoftwareToken(VerifySoftwareTokenRequest verifySoftwareTokenRequest) |
Registers the current user's time-based one-time password (TOTP) authenticator with a code generated in their
authenticator app from a private key that's supplied by your user pool.
|
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.
|