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 a specified user in a user pool.
|
default ChangePasswordResponse |
CognitoIdentityProviderClient.changePassword(ChangePasswordRequest changePasswordRequest) |
Changes the password for a specified user in a user pool.
|
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) |
Self-deletes a user profile.
|
default DeleteUserResponse |
CognitoIdentityProviderClient.deleteUser(DeleteUserRequest deleteUserRequest) |
Self-deletes a user profile.
|
default DeleteUserAttributesResponse |
CognitoIdentityProviderClient.deleteUserAttributes(Consumer<DeleteUserAttributesRequest.Builder> deleteUserAttributesRequest) |
Self-deletes attributes for a user.
|
default DeleteUserAttributesResponse |
CognitoIdentityProviderClient.deleteUserAttributes(DeleteUserAttributesRequest deleteUserAttributesRequest) |
Self-deletes attributes for a user.
|
default ForgetDeviceResponse |
CognitoIdentityProviderClient.forgetDevice(Consumer<ForgetDeviceRequest.Builder> forgetDeviceRequest) |
Forgets the specified device.
|
default ForgetDeviceResponse |
CognitoIdentityProviderClient.forgetDevice(ForgetDeviceRequest forgetDeviceRequest) |
Forgets the specified device.
|
default GetDeviceResponse |
CognitoIdentityProviderClient.getDevice(Consumer<GetDeviceRequest.Builder> getDeviceRequest) |
Gets the device.
|
default GetDeviceResponse |
CognitoIdentityProviderClient.getDevice(GetDeviceRequest getDeviceRequest) |
Gets the device.
|
default GetUserResponse |
CognitoIdentityProviderClient.getUser(Consumer<GetUserRequest.Builder> getUserRequest) |
Gets the user attributes and metadata for a user.
|
default GetUserResponse |
CognitoIdentityProviderClient.getUser(GetUserRequest getUserRequest) |
Gets the user attributes and metadata for a user.
|
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 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) |
Initiates sign-in for a user in the Amazon Cognito user directory.
|
default InitiateAuthResponse |
CognitoIdentityProviderClient.initiateAuth(InitiateAuthRequest initiateAuthRequest) |
Initiates sign-in for a user in the Amazon Cognito user directory.
|
default ListDevicesResponse |
CognitoIdentityProviderClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest) |
Lists the sign-in devices that Amazon Cognito has registered to the current user.
|
default ListDevicesResponse |
CognitoIdentityProviderClient.listDevices(ListDevicesRequest listDevicesRequest) |
Lists the sign-in devices that Amazon Cognito has registered to the current 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 device status.
|
default UpdateDeviceStatusResponse |
CognitoIdentityProviderClient.updateDeviceStatus(UpdateDeviceStatusRequest updateDeviceStatusRequest) |
Updates the device status.
|
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.
|
default VerifySoftwareTokenResponse |
CognitoIdentityProviderClient.verifySoftwareToken(Consumer<VerifySoftwareTokenRequest.Builder> verifySoftwareTokenRequest) |
Use this API to register a user's entered time-based one-time password (TOTP) code and mark the user's software
token MFA status as "verified" if successful.
|
default VerifySoftwareTokenResponse |
CognitoIdentityProviderClient.verifySoftwareToken(VerifySoftwareTokenRequest verifySoftwareTokenRequest) |
Use this API to register a user's entered time-based one-time password (TOTP) code and mark the user's software
token MFA status as "verified" if successful.
|
default VerifyUserAttributeResponse |
CognitoIdentityProviderClient.verifyUserAttribute(Consumer<VerifyUserAttributeRequest.Builder> verifyUserAttributeRequest) |
Verifies the specified user attributes in the user pool.
|
default VerifyUserAttributeResponse |
CognitoIdentityProviderClient.verifyUserAttribute(VerifyUserAttributeRequest verifyUserAttributeRequest) |
Verifies the specified user attributes in the user pool.
|