Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.GetUserPoolMfaConfigResponse.Builder
Packages that use GetUserPoolMfaConfigResponse.Builder
-
Uses of GetUserPoolMfaConfigResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return GetUserPoolMfaConfigResponse.BuilderModifier and TypeMethodDescriptionGetUserPoolMfaConfigResponse.builder()GetUserPoolMfaConfigResponse.Builder.emailMfaConfiguration(Consumer<EmailMfaConfigType.Builder> emailMfaConfiguration) Shows configuration for user pool email message MFA and sign-in with one-time passwords (OTPs).GetUserPoolMfaConfigResponse.Builder.emailMfaConfiguration(EmailMfaConfigType emailMfaConfiguration) Shows configuration for user pool email message MFA and sign-in with one-time passwords (OTPs).GetUserPoolMfaConfigResponse.Builder.mfaConfiguration(String mfaConfiguration) Displays the state of multi-factor authentication (MFA) as on, off, or optional.GetUserPoolMfaConfigResponse.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration) Displays the state of multi-factor authentication (MFA) as on, off, or optional.GetUserPoolMfaConfigResponse.Builder.smsMfaConfiguration(Consumer<SmsMfaConfigType.Builder> smsMfaConfiguration) Shows user pool configuration for SMS message MFA.GetUserPoolMfaConfigResponse.Builder.smsMfaConfiguration(SmsMfaConfigType smsMfaConfiguration) Shows user pool configuration for SMS message MFA.GetUserPoolMfaConfigResponse.Builder.softwareTokenMfaConfiguration(Consumer<SoftwareTokenMfaConfigType.Builder> softwareTokenMfaConfiguration) Shows user pool configuration for time-based one-time password (TOTP) MFA.GetUserPoolMfaConfigResponse.Builder.softwareTokenMfaConfiguration(SoftwareTokenMfaConfigType softwareTokenMfaConfiguration) Shows user pool configuration for time-based one-time password (TOTP) MFA.GetUserPoolMfaConfigResponse.toBuilder()GetUserPoolMfaConfigResponse.Builder.webAuthnConfiguration(Consumer<WebAuthnConfigurationType.Builder> webAuthnConfiguration) Shows user pool configuration for sign-in with passkey authenticators such as biometric devices and security keys.GetUserPoolMfaConfigResponse.Builder.webAuthnConfiguration(WebAuthnConfigurationType webAuthnConfiguration) Shows user pool configuration for sign-in with passkey authenticators such as biometric devices and security keys.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type GetUserPoolMfaConfigResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetUserPoolMfaConfigResponse.Builder>GetUserPoolMfaConfigResponse.serializableBuilderClass()