| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
Settings |
Settings.clone() |
Settings |
CreateBackendAuthMFAConfig.getSettings()
Describes the configuration settings and methods for your Amplify app users to use MFA.
|
Settings |
UpdateBackendAuthMFAConfig.getSettings()
The settings of your MFA configuration for the backend of your Amplify project.
|
Settings |
Settings.withMfaTypes(Collection<String> mfaTypes)
The supported MFA types.
|
Settings |
Settings.withMfaTypes(MfaTypesElement... mfaTypes)
The supported MFA types.
|
Settings |
Settings.withMfaTypes(String... mfaTypes)
The supported MFA types.
|
Settings |
Settings.withSmsMessage(String smsMessage)
The body of the SMS message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBackendAuthMFAConfig.setSettings(Settings settings)
Describes the configuration settings and methods for your Amplify app users to use MFA.
|
void |
UpdateBackendAuthMFAConfig.setSettings(Settings settings)
The settings of your MFA configuration for the backend of your Amplify project.
|
CreateBackendAuthMFAConfig |
CreateBackendAuthMFAConfig.withSettings(Settings settings)
Describes the configuration settings and methods for your Amplify app users to use MFA.
|
UpdateBackendAuthMFAConfig |
UpdateBackendAuthMFAConfig.withSettings(Settings settings)
The settings of your MFA configuration for the backend of your Amplify project.
|
Copyright © 2022. All rights reserved.