Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.GetUserPoolMfaConfigResponse
-
Packages that use GetUserPoolMfaConfigResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of GetUserPoolMfaConfigResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return GetUserPoolMfaConfigResponse Modifier and Type Method Description default GetUserPoolMfaConfigResponseCognitoIdentityProviderClient. getUserPoolMfaConfig(Consumer<GetUserPoolMfaConfigRequest.Builder> getUserPoolMfaConfigRequest)Given a user pool ID, returns configuration for sign-in with WebAuthn authenticators and for multi-factor authentication (MFA).default GetUserPoolMfaConfigResponseCognitoIdentityProviderClient. getUserPoolMfaConfig(GetUserPoolMfaConfigRequest getUserPoolMfaConfigRequest)Given a user pool ID, returns configuration for sign-in with WebAuthn authenticators and for multi-factor authentication (MFA).Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type GetUserPoolMfaConfigResponse Modifier and Type Method Description default CompletableFuture<GetUserPoolMfaConfigResponse>CognitoIdentityProviderAsyncClient. getUserPoolMfaConfig(Consumer<GetUserPoolMfaConfigRequest.Builder> getUserPoolMfaConfigRequest)Given a user pool ID, returns configuration for sign-in with WebAuthn authenticators and for multi-factor authentication (MFA).default CompletableFuture<GetUserPoolMfaConfigResponse>CognitoIdentityProviderAsyncClient. getUserPoolMfaConfig(GetUserPoolMfaConfigRequest getUserPoolMfaConfigRequest)Given a user pool ID, returns configuration for sign-in with WebAuthn authenticators and for multi-factor authentication (MFA).
-