| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate users.
|
| Modifier and Type | Method and Description |
|---|---|
default SetUserPoolMfaConfigResponse |
CognitoIdentityProviderClient.setUserPoolMfaConfig(Consumer<SetUserPoolMfaConfigRequest.Builder> setUserPoolMfaConfigRequest)
Sets the user pool multi-factor authentication (MFA) configuration.
|
default SetUserPoolMfaConfigResponse |
CognitoIdentityProviderClient.setUserPoolMfaConfig(SetUserPoolMfaConfigRequest setUserPoolMfaConfigRequest)
Sets the user pool multi-factor authentication (MFA) configuration.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SetUserPoolMfaConfigResponse> |
CognitoIdentityProviderAsyncClient.setUserPoolMfaConfig(Consumer<SetUserPoolMfaConfigRequest.Builder> setUserPoolMfaConfigRequest)
Sets the user pool multi-factor authentication (MFA) configuration.
|
default CompletableFuture<SetUserPoolMfaConfigResponse> |
CognitoIdentityProviderAsyncClient.setUserPoolMfaConfig(SetUserPoolMfaConfigRequest setUserPoolMfaConfigRequest)
Sets the user pool multi-factor authentication (MFA) configuration.
|
Copyright © 2023. All rights reserved.