| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static MFAMode |
MFAMode.fromValue(String value)
Use this in place of valueOf.
|
static MFAMode |
MFAMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MFAMode[] |
MFAMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendAuthMFAConfig |
UpdateBackendAuthMFAConfig.withMFAMode(MFAMode mFAMode)
The MFA mode for the backend of your Amplify project.
|
CreateBackendAuthMFAConfig |
CreateBackendAuthMFAConfig.withMFAMode(MFAMode mFAMode)
Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.
|
Copyright © 2023. All rights reserved.