Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.SetUserPoolMfaConfigRequest.Builder
Packages that use SetUserPoolMfaConfigRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of SetUserPoolMfaConfigRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type SetUserPoolMfaConfigRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.setUserPoolMfaConfig(Consumer<SetUserPoolMfaConfigRequest.Builder> setUserPoolMfaConfigRequest) Sets user pool multi-factor authentication (MFA) and passkey configuration.default SetUserPoolMfaConfigResponseCognitoIdentityProviderClient.setUserPoolMfaConfig(Consumer<SetUserPoolMfaConfigRequest.Builder> setUserPoolMfaConfigRequest) Sets user pool multi-factor authentication (MFA) and passkey configuration. -
Uses of SetUserPoolMfaConfigRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return SetUserPoolMfaConfigRequest.BuilderModifier and TypeMethodDescriptionSetUserPoolMfaConfigRequest.builder()SetUserPoolMfaConfigRequest.Builder.emailMfaConfiguration(Consumer<EmailMfaConfigType.Builder> emailMfaConfiguration) Sets configuration for user pool email message MFA and sign-in with one-time passwords (OTPs).SetUserPoolMfaConfigRequest.Builder.emailMfaConfiguration(EmailMfaConfigType emailMfaConfiguration) Sets configuration for user pool email message MFA and sign-in with one-time passwords (OTPs).SetUserPoolMfaConfigRequest.Builder.mfaConfiguration(String mfaConfiguration) Sets multi-factor authentication (MFA) to be on, off, or optional.SetUserPoolMfaConfigRequest.Builder.mfaConfiguration(UserPoolMfaType mfaConfiguration) Sets multi-factor authentication (MFA) to be on, off, or optional.SetUserPoolMfaConfigRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SetUserPoolMfaConfigRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SetUserPoolMfaConfigRequest.Builder.smsMfaConfiguration(Consumer<SmsMfaConfigType.Builder> smsMfaConfiguration) Configures user pool SMS messages for MFA.SetUserPoolMfaConfigRequest.Builder.smsMfaConfiguration(SmsMfaConfigType smsMfaConfiguration) Configures user pool SMS messages for MFA.SetUserPoolMfaConfigRequest.Builder.softwareTokenMfaConfiguration(Consumer<SoftwareTokenMfaConfigType.Builder> softwareTokenMfaConfiguration) Configures a user pool for time-based one-time password (TOTP) MFA.SetUserPoolMfaConfigRequest.Builder.softwareTokenMfaConfiguration(SoftwareTokenMfaConfigType softwareTokenMfaConfiguration) Configures a user pool for time-based one-time password (TOTP) MFA.SetUserPoolMfaConfigRequest.toBuilder()SetUserPoolMfaConfigRequest.Builder.userPoolId(String userPoolId) The user pool ID.SetUserPoolMfaConfigRequest.Builder.webAuthnConfiguration(Consumer<WebAuthnConfigurationType.Builder> webAuthnConfiguration) The configuration of your user pool for passkey, or WebAuthn, authentication and registration.SetUserPoolMfaConfigRequest.Builder.webAuthnConfiguration(WebAuthnConfigurationType webAuthnConfiguration) The configuration of your user pool for passkey, or WebAuthn, authentication and registration.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type SetUserPoolMfaConfigRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SetUserPoolMfaConfigRequest.Builder>SetUserPoolMfaConfigRequest.serializableBuilderClass()