| 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 |
|---|---|
SetUserSettingsResult |
AmazonCognitoIdentityProviderClient.setUserSettings(SetUserSettingsRequest setUserSettingsRequest)
Sets the user settings like multi-factor authentication (MFA).
|
SetUserSettingsResult |
AmazonCognitoIdentityProvider.setUserSettings(SetUserSettingsRequest setUserSettingsRequest)
Sets the user settings like multi-factor authentication (MFA).
|
| Modifier and Type | Method and Description |
|---|---|
SetUserSettingsRequest |
SetUserSettingsRequest.withAccessToken(String accessToken)
The access token for the set user settings request.
|
SetUserSettingsRequest |
SetUserSettingsRequest.withMFAOptions(Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
SetUserSettingsRequest |
SetUserSettingsRequest.withMFAOptions(MFAOptionType... mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
Copyright © 2019. All rights reserved.