| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
SmsMfaConfigType |
SmsMfaConfigType.clone() |
SmsMfaConfigType |
SetUserPoolMfaConfigResult.getSmsMfaConfiguration()
The SMS text message MFA configuration.
|
SmsMfaConfigType |
GetUserPoolMfaConfigResult.getSmsMfaConfiguration()
The SMS text message multi-factor authentication (MFA) configuration.
|
SmsMfaConfigType |
SetUserPoolMfaConfigRequest.getSmsMfaConfiguration()
The SMS text message MFA configuration.
|
SmsMfaConfigType |
SmsMfaConfigType.withSmsAuthenticationMessage(String smsAuthenticationMessage)
The SMS authentication message that will be sent to users with the code they must sign in.
|
SmsMfaConfigType |
SmsMfaConfigType.withSmsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from
your Amazon Web Services account through Amazon Simple Notification Service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetUserPoolMfaConfigResult.setSmsMfaConfiguration(SmsMfaConfigType smsMfaConfiguration)
The SMS text message MFA configuration.
|
void |
GetUserPoolMfaConfigResult.setSmsMfaConfiguration(SmsMfaConfigType smsMfaConfiguration)
The SMS text message multi-factor authentication (MFA) configuration.
|
void |
SetUserPoolMfaConfigRequest.setSmsMfaConfiguration(SmsMfaConfigType smsMfaConfiguration)
The SMS text message MFA configuration.
|
SetUserPoolMfaConfigResult |
SetUserPoolMfaConfigResult.withSmsMfaConfiguration(SmsMfaConfigType smsMfaConfiguration)
The SMS text message MFA configuration.
|
GetUserPoolMfaConfigResult |
GetUserPoolMfaConfigResult.withSmsMfaConfiguration(SmsMfaConfigType smsMfaConfiguration)
The SMS text message multi-factor authentication (MFA) configuration.
|
SetUserPoolMfaConfigRequest |
SetUserPoolMfaConfigRequest.withSmsMfaConfiguration(SmsMfaConfigType smsMfaConfiguration)
The SMS text message MFA configuration.
|
Copyright © 2024. All rights reserved.