| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static SmsMfaConfigType.Builder |
SmsMfaConfigType.builder() |
SmsMfaConfigType.Builder |
SmsMfaConfigType.Builder.smsAuthenticationMessage(String smsAuthenticationMessage)
The SMS authentication message that will be sent to users with the code they must sign in.
|
default SmsMfaConfigType.Builder |
SmsMfaConfigType.Builder.smsConfiguration(Consumer<SmsConfigurationType.Builder> 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.
|
SmsMfaConfigType.Builder |
SmsMfaConfigType.Builder.smsConfiguration(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.
|
SmsMfaConfigType.Builder |
SmsMfaConfigType.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SmsMfaConfigType.Builder> |
SmsMfaConfigType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SetUserPoolMfaConfigResponse.Builder |
SetUserPoolMfaConfigResponse.Builder.smsMfaConfiguration(Consumer<SmsMfaConfigType.Builder> smsMfaConfiguration)
The SMS text message MFA configuration.
|
default SetUserPoolMfaConfigRequest.Builder |
SetUserPoolMfaConfigRequest.Builder.smsMfaConfiguration(Consumer<SmsMfaConfigType.Builder> smsMfaConfiguration)
The SMS text message MFA configuration.
|
default GetUserPoolMfaConfigResponse.Builder |
GetUserPoolMfaConfigResponse.Builder.smsMfaConfiguration(Consumer<SmsMfaConfigType.Builder> smsMfaConfiguration)
The SMS text message multi-factor (MFA) configuration.
|
Copyright © 2022. All rights reserved.