static GetUserPoolMfaConfigResponse.Builder |
GetUserPoolMfaConfigResponse.builder() |
|
GetUserPoolMfaConfigResponse.Builder |
GetUserPoolMfaConfigResponse.Builder.mfaConfiguration(String mfaConfiguration) |
The multi-factor authentication (MFA) configuration.
|
GetUserPoolMfaConfigResponse.Builder |
GetUserPoolMfaConfigResponse.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration) |
The multi-factor authentication (MFA) configuration.
|
default GetUserPoolMfaConfigResponse.Builder |
GetUserPoolMfaConfigResponse.Builder.smsMfaConfiguration(Consumer<SmsMfaConfigType.Builder> smsMfaConfiguration) |
The SMS text message multi-factor authentication (MFA) configuration.
|
GetUserPoolMfaConfigResponse.Builder |
GetUserPoolMfaConfigResponse.Builder.smsMfaConfiguration(SmsMfaConfigType smsMfaConfiguration) |
The SMS text message multi-factor authentication (MFA) configuration.
|
default GetUserPoolMfaConfigResponse.Builder |
GetUserPoolMfaConfigResponse.Builder.softwareTokenMfaConfiguration(Consumer<SoftwareTokenMfaConfigType.Builder> softwareTokenMfaConfiguration) |
The software token multi-factor authentication (MFA) configuration.
|
GetUserPoolMfaConfigResponse.Builder |
GetUserPoolMfaConfigResponse.Builder.softwareTokenMfaConfiguration(SoftwareTokenMfaConfigType softwareTokenMfaConfiguration) |
The software token multi-factor authentication (MFA) configuration.
|
GetUserPoolMfaConfigResponse.Builder |
GetUserPoolMfaConfigResponse.toBuilder() |
|