Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.EmailMfaConfigType.Builder
Packages that use EmailMfaConfigType.Builder
-
Uses of EmailMfaConfigType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return EmailMfaConfigType.BuilderModifier and TypeMethodDescriptionstatic EmailMfaConfigType.BuilderEmailMfaConfigType.builder()The template for the email messages that your user pool sends to users with codes for MFA and sign-in with email OTPs.The subject of the email messages that your user pool sends to users with codes for MFA and email OTP sign-in.EmailMfaConfigType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type EmailMfaConfigType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EmailMfaConfigType.Builder>EmailMfaConfigType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type EmailMfaConfigType.BuilderModifier and TypeMethodDescriptionGetUserPoolMfaConfigResponse.Builder.emailMfaConfiguration(Consumer<EmailMfaConfigType.Builder> emailMfaConfiguration) Shows configuration for user pool email message MFA and sign-in with one-time passwords (OTPs).SetUserPoolMfaConfigRequest.Builder.emailMfaConfiguration(Consumer<EmailMfaConfigType.Builder> emailMfaConfiguration) Sets configuration for user pool email message MFA and sign-in with one-time passwords (OTPs).SetUserPoolMfaConfigResponse.Builder.emailMfaConfiguration(Consumer<EmailMfaConfigType.Builder> emailMfaConfiguration) Shows configuration for user pool email message MFA and sign-in with one-time passwords (OTPs).