Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.AuthFactorType
Packages that use AuthFactorType
-
Uses of AuthFactorType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AuthFactorTypeModifier and TypeMethodDescriptionstatic AuthFactorTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthFactorTypeReturns 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 AuthFactorTypeModifier and TypeMethodDescriptionfinal List<AuthFactorType>SignInPolicyType.allowedFirstAuthFactors()The sign-in methods that a user pool supports as the first factor.final List<AuthFactorType>GetUserAuthFactorsResponse.configuredUserAuthFactors()The authentication types that are available to the user withUSER_AUTHsign-in, for example["PASSWORD", "WEB_AUTHN"].static Set<AuthFactorType>AuthFactorType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AuthFactorTypeModifier and TypeMethodDescriptionSignInPolicyType.Builder.allowedFirstAuthFactors(AuthFactorType... allowedFirstAuthFactors) The sign-in methods that a user pool supports as the first factor.GetUserAuthFactorsResponse.Builder.configuredUserAuthFactors(AuthFactorType... configuredUserAuthFactors) The authentication types that are available to the user withUSER_AUTHsign-in, for example["PASSWORD", "WEB_AUTHN"].Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type AuthFactorTypeModifier and TypeMethodDescriptionSignInPolicyType.Builder.allowedFirstAuthFactors(Collection<AuthFactorType> allowedFirstAuthFactors) The sign-in methods that a user pool supports as the first factor.GetUserAuthFactorsResponse.Builder.configuredUserAuthFactors(Collection<AuthFactorType> configuredUserAuthFactors) The authentication types that are available to the user withUSER_AUTHsign-in, for example["PASSWORD", "WEB_AUTHN"].