| 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)
This action is no longer supported. You can use it to configure
only SMS MFA.
|
SetUserSettingsResult |
AmazonCognitoIdentityProvider.setUserSettings(SetUserSettingsRequest setUserSettingsRequest)
This action is no longer supported. You can use it to configure
only SMS 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)
You can use this parameter only to set an SMS configuration that uses SMS
for delivery.
|
SetUserSettingsRequest |
SetUserSettingsRequest.withMFAOptions(MFAOptionType... mFAOptions)
You can use this parameter only to set an SMS configuration that uses SMS
for delivery.
|
Copyright © 2020. All rights reserved.