Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.SetUserPoolMfaConfigResponse
Packages that use SetUserPoolMfaConfigResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of SetUserPoolMfaConfigResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return SetUserPoolMfaConfigResponseModifier and TypeMethodDescriptiondefault SetUserPoolMfaConfigResponseCognitoIdentityProviderClient.setUserPoolMfaConfig(Consumer<SetUserPoolMfaConfigRequest.Builder> setUserPoolMfaConfigRequest) Sets user pool multi-factor authentication (MFA) and passkey configuration.default SetUserPoolMfaConfigResponseCognitoIdentityProviderClient.setUserPoolMfaConfig(SetUserPoolMfaConfigRequest setUserPoolMfaConfigRequest) Sets user pool multi-factor authentication (MFA) and passkey configuration.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type SetUserPoolMfaConfigResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.setUserPoolMfaConfig(Consumer<SetUserPoolMfaConfigRequest.Builder> setUserPoolMfaConfigRequest) Sets user pool multi-factor authentication (MFA) and passkey configuration.CognitoIdentityProviderAsyncClient.setUserPoolMfaConfig(SetUserPoolMfaConfigRequest setUserPoolMfaConfigRequest) Sets user pool multi-factor authentication (MFA) and passkey configuration.