Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.WebAuthnFactorConfigurationType
Packages that use WebAuthnFactorConfigurationType
-
Uses of WebAuthnFactorConfigurationType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return WebAuthnFactorConfigurationTypeModifier and TypeMethodDescriptionWebAuthnConfigurationType.factorConfiguration()Sets whether passkeys can be used as multi-factor authentication (MFA).Use this in place of valueOf to convert the raw string returned by the service into the enum value.Returns the enum constant of this type with the specified name.static WebAuthnFactorConfigurationType[]WebAuthnFactorConfigurationType.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 WebAuthnFactorConfigurationTypeModifier and TypeMethodDescriptionstatic Set<WebAuthnFactorConfigurationType>WebAuthnFactorConfigurationType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type WebAuthnFactorConfigurationTypeModifier and TypeMethodDescriptionWebAuthnConfigurationType.Builder.factorConfiguration(WebAuthnFactorConfigurationType factorConfiguration) Sets whether passkeys can be used as multi-factor authentication (MFA).