Uses of Class
software.amazon.awssdk.services.amplifybackend.model.MFAMode
-
Packages that use MFAMode Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of MFAMode in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return MFAMode Modifier and Type Method Description static MFAModeMFAMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MFAModeCreateBackendAuthMFAConfig. mfaMode()Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.MFAModeUpdateBackendAuthMFAConfig. mfaMode()The MFA mode for the backend of your Amplify project.static MFAModeMFAMode. 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.Methods in software.amazon.awssdk.services.amplifybackend.model that return types with arguments of type MFAMode Modifier and Type Method Description static Set<MFAMode>MFAMode. knownValues()Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type MFAMode Modifier and Type Method Description CreateBackendAuthMFAConfig.BuilderCreateBackendAuthMFAConfig.Builder. mfaMode(MFAMode mfaMode)Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.UpdateBackendAuthMFAConfig.BuilderUpdateBackendAuthMFAConfig.Builder. mfaMode(MFAMode mfaMode)The MFA mode for the backend of your Amplify project.
-