Interface UpdateBackendAuthMFAConfig.Builder

    • Method Detail

      • mfaMode

        UpdateBackendAuthMFAConfig.Builder mfaMode​(String mfaMode)

        The MFA mode for the backend of your Amplify project.

        Parameters:
        mfaMode - The MFA mode for the backend of your Amplify project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MFAMode, MFAMode
      • mfaMode

        UpdateBackendAuthMFAConfig.Builder mfaMode​(MFAMode mfaMode)

        The MFA mode for the backend of your Amplify project.

        Parameters:
        mfaMode - The MFA mode for the backend of your Amplify project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MFAMode, MFAMode
      • settings

        UpdateBackendAuthMFAConfig.Builder settings​(Settings settings)

        The settings of your MFA configuration for the backend of your Amplify project.

        Parameters:
        settings - The settings of your MFA configuration for the backend of your Amplify project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.