| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| Modifier and Type | Method and Description |
|---|---|
default AdminInitiateAuthResponse |
CognitoIdentityProviderClient.adminInitiateAuth(AdminInitiateAuthRequest adminInitiateAuthRequest)
Initiates the authentication flow, as an administrator.
|
default AdminInitiateAuthResponse |
CognitoIdentityProviderClient.adminInitiateAuth(Consumer<AdminInitiateAuthRequest.Builder> adminInitiateAuthRequest)
Initiates the authentication flow, as an administrator.
|
default AdminRespondToAuthChallengeResponse |
CognitoIdentityProviderClient.adminRespondToAuthChallenge(AdminRespondToAuthChallengeRequest adminRespondToAuthChallengeRequest)
Responds to an authentication challenge, as an administrator.
|
default AdminRespondToAuthChallengeResponse |
CognitoIdentityProviderClient.adminRespondToAuthChallenge(Consumer<AdminRespondToAuthChallengeRequest.Builder> adminRespondToAuthChallengeRequest)
Responds to an authentication challenge, as an administrator.
|
default AdminSetUserMfaPreferenceResponse |
CognitoIdentityProviderClient.adminSetUserMFAPreference(AdminSetUserMfaPreferenceRequest adminSetUserMfaPreferenceRequest)
Sets the user's multi-factor authentication (MFA) preference, including which MFA options are enabled and if any
are preferred.
|
default AdminSetUserMfaPreferenceResponse |
CognitoIdentityProviderClient.adminSetUserMFAPreference(Consumer<AdminSetUserMfaPreferenceRequest.Builder> adminSetUserMfaPreferenceRequest)
Sets the user's multi-factor authentication (MFA) preference, including which MFA options are enabled and if any
are preferred.
|
default ChangePasswordResponse |
CognitoIdentityProviderClient.changePassword(ChangePasswordRequest changePasswordRequest)
Changes the password for a specified user in a user pool.
|
default ChangePasswordResponse |
CognitoIdentityProviderClient.changePassword(Consumer<ChangePasswordRequest.Builder> changePasswordRequest)
Changes the password for a specified user in a user pool.
|
default ConfirmDeviceResponse |
CognitoIdentityProviderClient.confirmDevice(ConfirmDeviceRequest confirmDeviceRequest)
Confirms tracking of the device.
|
default ConfirmDeviceResponse |
CognitoIdentityProviderClient.confirmDevice(Consumer<ConfirmDeviceRequest.Builder> confirmDeviceRequest)
Confirms tracking of the device.
|
default DeleteUserResponse |
CognitoIdentityProviderClient.deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest)
Allows a user to delete himself or herself.
|
default DeleteUserResponse |
CognitoIdentityProviderClient.deleteUser(DeleteUserRequest deleteUserRequest)
Allows a user to delete himself or herself.
|
default DeleteUserAttributesResponse |
CognitoIdentityProviderClient.deleteUserAttributes(Consumer<DeleteUserAttributesRequest.Builder> deleteUserAttributesRequest)
Deletes the attributes for a user.
|
default DeleteUserAttributesResponse |
CognitoIdentityProviderClient.deleteUserAttributes(DeleteUserAttributesRequest deleteUserAttributesRequest)
Deletes the 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)
Gets the user attribute verification code for the specified attribute name.
|
default GetUserAttributeVerificationCodeResponse |
CognitoIdentityProviderClient.getUserAttributeVerificationCode(GetUserAttributeVerificationCodeRequest getUserAttributeVerificationCodeRequest)
Gets the user attribute verification code for the specified attribute name.
|
default GlobalSignOutResponse |
CognitoIdentityProviderClient.globalSignOut(Consumer<GlobalSignOutRequest.Builder> globalSignOutRequest)
Signs out users from all devices.
|
default GlobalSignOutResponse |
CognitoIdentityProviderClient.globalSignOut(GlobalSignOutRequest globalSignOutRequest)
Signs out users from all devices.
|
default InitiateAuthResponse |
CognitoIdentityProviderClient.initiateAuth(Consumer<InitiateAuthRequest.Builder> initiateAuthRequest)
Initiates the authentication flow.
|
default InitiateAuthResponse |
CognitoIdentityProviderClient.initiateAuth(InitiateAuthRequest initiateAuthRequest)
Initiates the authentication flow.
|
default ListDevicesResponse |
CognitoIdentityProviderClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Lists the devices.
|
default ListDevicesResponse |
CognitoIdentityProviderClient.listDevices(ListDevicesRequest listDevicesRequest)
Lists the devices.
|
default RespondToAuthChallengeResponse |
CognitoIdentityProviderClient.respondToAuthChallenge(Consumer<RespondToAuthChallengeRequest.Builder> respondToAuthChallengeRequest)
Responds to the authentication challenge.
|
default RespondToAuthChallengeResponse |
CognitoIdentityProviderClient.respondToAuthChallenge(RespondToAuthChallengeRequest respondToAuthChallengeRequest)
Responds to the 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 enabled 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 enabled 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)
Allows a user to update a specific attribute (one at a time).
|
default UpdateUserAttributesResponse |
CognitoIdentityProviderClient.updateUserAttributes(UpdateUserAttributesRequest updateUserAttributesRequest)
Allows a user to update a specific attribute (one at a time).
|
default VerifySoftwareTokenResponse |
CognitoIdentityProviderClient.verifySoftwareToken(Consumer<VerifySoftwareTokenRequest.Builder> verifySoftwareTokenRequest)
Use this API to register a user's entered 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 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.
|
Copyright © 2020. All rights reserved.