Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UserVerificationType
-
Packages that use UserVerificationType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of UserVerificationType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserVerificationType Modifier and Type Method Description static UserVerificationTypeUserVerificationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UserVerificationTypeWebAuthnConfigurationType. userVerification()Whenrequired, users can only register and sign in users with passkeys that are capable of user verification.static UserVerificationTypeUserVerificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserVerificationType[]UserVerificationType. 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 UserVerificationType Modifier and Type Method Description static Set<UserVerificationType>UserVerificationType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserVerificationType Modifier and Type Method Description WebAuthnConfigurationType.BuilderWebAuthnConfigurationType.Builder. userVerification(UserVerificationType userVerification)Whenrequired, users can only register and sign in users with passkeys that are capable of user verification.
-