Uses of Class
software.amazon.awssdk.services.amplifybackend.model.MfaTypesElement
-
Packages that use MfaTypesElement Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of MfaTypesElement in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return MfaTypesElement Modifier and Type Method Description static MfaTypesElementMfaTypesElement. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MfaTypesElementMfaTypesElement. valueOf(String name)Returns the enum constant of this type with the specified name.static MfaTypesElement[]MfaTypesElement. 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 MfaTypesElement Modifier and Type Method Description static Set<MfaTypesElement>MfaTypesElement. knownValues()List<MfaTypesElement>Settings. mfaTypes()The supported MFA types.Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type MfaTypesElement Modifier and Type Method Description Settings.BuilderSettings.Builder. mfaTypes(MfaTypesElement... mfaTypes)The supported MFA types.Method parameters in software.amazon.awssdk.services.amplifybackend.model with type arguments of type MfaTypesElement Modifier and Type Method Description Settings.BuilderSettings.Builder. mfaTypes(Collection<MfaTypesElement> mfaTypes)The supported MFA types.
-