JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.identitymanagement.model

Class GetMFADeviceResult

    • Constructor Detail

      • GetMFADeviceResult

        public GetMFADeviceResult()
    • Method Detail

      • setUserName

        public void setUserName(String userName)

        The friendly name identifying the user.

        Parameters:
        userName - The friendly name identifying the user.
      • getUserName

        public String getUserName()

        The friendly name identifying the user.

        Returns:
        The friendly name identifying the user.
      • withUserName

        public GetMFADeviceResult withUserName(String userName)

        The friendly name identifying the user.

        Parameters:
        userName - The friendly name identifying the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSerialNumber

        public void setSerialNumber(String serialNumber)

        Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs.

        Parameters:
        serialNumber - Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs.
      • getSerialNumber

        public String getSerialNumber()

        Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs.

        Returns:
        Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs.
      • withSerialNumber

        public GetMFADeviceResult withSerialNumber(String serialNumber)

        Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs.

        Parameters:
        serialNumber - Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEnableDate

        public void setEnableDate(Date enableDate)

        The date that a specified user's MFA device was first enabled.

        Parameters:
        enableDate - The date that a specified user's MFA device was first enabled.
      • getEnableDate

        public Date getEnableDate()

        The date that a specified user's MFA device was first enabled.

        Returns:
        The date that a specified user's MFA device was first enabled.
      • withEnableDate

        public GetMFADeviceResult withEnableDate(Date enableDate)

        The date that a specified user's MFA device was first enabled.

        Parameters:
        enableDate - The date that a specified user's MFA device was first enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCertifications

        public void setCertifications(Map<String,String> certifications)

        The certifications of a specified user's MFA device. We currently provide FIPS-140-2, FIPS-140-3, and FIDO certification levels obtained from FIDO Alliance Metadata Service (MDS).

        Parameters:
        certifications - The certifications of a specified user's MFA device. We currently provide FIPS-140-2, FIPS-140-3, and FIDO certification levels obtained from FIDO Alliance Metadata Service (MDS).
      • withCertifications

        public GetMFADeviceResult withCertifications(Map<String,String> certifications)

        The certifications of a specified user's MFA device. We currently provide FIPS-140-2, FIPS-140-3, and FIDO certification levels obtained from FIDO Alliance Metadata Service (MDS).

        Parameters:
        certifications - The certifications of a specified user's MFA device. We currently provide FIPS-140-2, FIPS-140-3, and FIDO certification levels obtained from FIDO Alliance Metadata Service (MDS).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearCertificationsEntries

        public GetMFADeviceResult clearCertificationsEntries()
        Removes all the entries added into Certifications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /