| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
SetUserMFAPreferenceResult |
AmazonCognitoIdentityProviderClient.setUserMFAPreference(SetUserMFAPreferenceRequest setUserMFAPreferenceRequest)
Set the user's multi-factor authentication (MFA) method preference,
including which MFA factors are enabled and if any are preferred.
|
SetUserMFAPreferenceResult |
AmazonCognitoIdentityProvider.setUserMFAPreference(SetUserMFAPreferenceRequest setUserMFAPreferenceRequest)
Set the user's multi-factor authentication (MFA) method preference,
including which MFA factors are enabled and if any are preferred.
|
| Modifier and Type | Method and Description |
|---|---|
SetUserMFAPreferenceRequest |
SetUserMFAPreferenceRequest.withAccessToken(String accessToken)
The access token for the user.
|
SetUserMFAPreferenceRequest |
SetUserMFAPreferenceRequest.withSMSMfaSettings(SMSMfaSettingsType sMSMfaSettings)
The SMS text message multi-factor authentication (MFA) settings.
|
SetUserMFAPreferenceRequest |
SetUserMFAPreferenceRequest.withSoftwareTokenMfaSettings(SoftwareTokenMfaSettingsType softwareTokenMfaSettings)
The time-based one-time password software token MFA settings.
|
Copyright © 2020. All rights reserved.