Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AuthFactorType
-
Packages that use AuthFactorType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AuthFactorType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AuthFactorType Modifier and Type Method Description static AuthFactorTypeAuthFactorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthFactorTypeAuthFactorType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthFactorType[]AuthFactorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AuthFactorType Modifier and Type Method Description List<AuthFactorType>SignInPolicyType. allowedFirstAuthFactors()The sign-in methods that a user pool supports as the first factor.List<AuthFactorType>GetUserAuthFactorsResponse. configuredUserAuthFactors()The authentication types that are available to the user withUSER_AUTHsign-in.static Set<AuthFactorType>AuthFactorType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AuthFactorType Modifier and Type Method Description SignInPolicyType.BuilderSignInPolicyType.Builder. allowedFirstAuthFactors(AuthFactorType... allowedFirstAuthFactors)The sign-in methods that a user pool supports as the first factor.GetUserAuthFactorsResponse.BuilderGetUserAuthFactorsResponse.Builder. configuredUserAuthFactors(AuthFactorType... configuredUserAuthFactors)The authentication types that are available to the user withUSER_AUTHsign-in.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type AuthFactorType Modifier and Type Method Description SignInPolicyType.BuilderSignInPolicyType.Builder. allowedFirstAuthFactors(Collection<AuthFactorType> allowedFirstAuthFactors)The sign-in methods that a user pool supports as the first factor.GetUserAuthFactorsResponse.BuilderGetUserAuthFactorsResponse.Builder. configuredUserAuthFactors(Collection<AuthFactorType> configuredUserAuthFactors)The authentication types that are available to the user withUSER_AUTHsign-in.
-