Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.UserVerificationType
Packages that use UserVerificationType
-
Uses of UserVerificationType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserVerificationTypeModifier and TypeMethodDescriptionstatic UserVerificationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final UserVerificationTypeWebAuthnConfigurationType.userVerification()Whenrequired, users can only register and sign in users with passkeys that are capable of user verification.static UserVerificationTypeReturns 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 UserVerificationTypeModifier and TypeMethodDescriptionstatic Set<UserVerificationType>UserVerificationType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserVerificationTypeModifier and TypeMethodDescriptionWebAuthnConfigurationType.Builder.userVerification(UserVerificationType userVerification) Whenrequired, users can only register and sign in users with passkeys that are capable of user verification.