@Generated(value="software.amazon.awssdk:codegen") public final class SMSMfaSettingsType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SMSMfaSettingsType.Builder,SMSMfaSettingsType>
The type used for enabling SMS MFA at the user level. Phone numbers don't need to be verified to be used for SMS MFA. If an MFA type is enabled for a user, the user will be prompted for MFA during all sign in attempts, unless device tracking is turned on and the device has been trusted. If you would like MFA to be applied selectively based on the assessed risk level of sign in attempts, disable MFA for users and turn on Adaptive Authentication for the user pool.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SMSMfaSettingsType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SMSMfaSettingsType.Builder |
builder() |
Boolean |
enabled()
Specifies whether SMS text message MFA is enabled.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
preferredMfa()
Specifies whether SMS is the preferred MFA method.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SMSMfaSettingsType.Builder> |
serializableBuilderClass() |
SMSMfaSettingsType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enabled()
Specifies whether SMS text message MFA is enabled. If an MFA type is enabled for a user, the user will be prompted for MFA during all sign in attempts, unless device tracking is turned on and the device has been trusted.
public final Boolean preferredMfa()
Specifies whether SMS is the preferred MFA method.
public SMSMfaSettingsType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SMSMfaSettingsType.Builder,SMSMfaSettingsType>public static SMSMfaSettingsType.Builder builder()
public static Class<? extends SMSMfaSettingsType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.