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