| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static MFAMode |
MFAMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MFAMode |
CreateBackendAuthMFAConfig.mfaMode()
Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.
|
MFAMode |
UpdateBackendAuthMFAConfig.mfaMode()
The MFA mode for the backend of your Amplify project.
|
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 |
|---|---|
static Set<MFAMode> |
MFAMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthMFAConfig.Builder |
CreateBackendAuthMFAConfig.Builder.mfaMode(MFAMode mfaMode)
Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.
|
UpdateBackendAuthMFAConfig.Builder |
UpdateBackendAuthMFAConfig.Builder.mfaMode(MFAMode mfaMode)
The MFA mode for the backend of your Amplify project.
|
Copyright © 2022. All rights reserved.