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 EnableMFADeviceRequest

    • Constructor Detail

      • EnableMFADeviceRequest

        public EnableMFADeviceRequest()
        Default constructor for EnableMFADeviceRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it.
      • EnableMFADeviceRequest

        public EnableMFADeviceRequest(String userName,
         String serialNumber,
         String authenticationCode1,
         String authenticationCode2)
        Constructs a new EnableMFADeviceRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
        Parameters:
        userName - The name of the IAM user for whom you want to enable the MFA device.

        This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

        serialNumber - The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.

        This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@:/-

        authenticationCode1 - An authentication code emitted by the device.

        The format for this parameter is a string of six digits.

        Submit your request immediately after generating the authentication codes. If you generate the codes and then wait too long to submit the request, the MFA device successfully associates with the user but the MFA device becomes out of sync. This happens because time-based one-time passwords (TOTP) expire after a short period of time. If this happens, you can resync the device.

        authenticationCode2 - A subsequent authentication code emitted by the device.

        The format for this parameter is a string of six digits.

        Submit your request immediately after generating the authentication codes. If you generate the codes and then wait too long to submit the request, the MFA device successfully associates with the user but the MFA device becomes out of sync. This happens because time-based one-time passwords (TOTP) expire after a short period of time. If this happens, you can resync the device.

    • Method Detail

      • setUserName

        public void setUserName(String userName)

        The name of the IAM user for whom you want to enable the MFA device.

        This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

        Parameters:
        userName - The name of the IAM user for whom you want to enable the MFA device.

        This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

      • getUserName

        public String getUserName()

        The name of the IAM user for whom you want to enable the MFA device.

        This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

        Returns:
        The name of the IAM user for whom you want to enable the MFA device.

        This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

      • withUserName

        public EnableMFADeviceRequest withUserName(String userName)

        The name of the IAM user for whom you want to enable the MFA device.

        This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

        Parameters:
        userName - The name of the IAM user for whom you want to enable the MFA device.

        This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSerialNumber

        public void setSerialNumber(String serialNumber)

        The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.

        This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@:/-

        Parameters:
        serialNumber - The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.

        This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@:/-

      • getSerialNumber

        public String getSerialNumber()

        The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.

        This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@:/-

        Returns:
        The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.

        This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@:/-

      • withSerialNumber

        public EnableMFADeviceRequest withSerialNumber(String serialNumber)

        The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.

        This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@:/-

        Parameters:
        serialNumber - The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.

        This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@:/-

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAuthenticationCode1

        public void setAuthenticationCode1(String authenticationCode1)

        An authentication code emitted by the device.

        The format for this parameter is a string of six digits.

        Submit your request immediately after generating the authentication codes. If you generate the codes and then wait too long to submit the request, the MFA device successfully associates with the user but the MFA device becomes out of sync. This happens because time-based one-time passwords (TOTP) expire after a short period of time. If this happens, you can resync the device.

        Parameters:
        authenticationCode1 - An authentication code emitted by the device.

        The format for this parameter is a string of six digits.

        Submit your request immediately after generating the authentication codes. If you generate the codes and then wait too long to submit the request, the MFA device successfully associates with the user but the MFA device becomes out of sync. This happens because time-based one-time passwords (TOTP) expire after a short period of time. If this happens, you can resync the device.

      • getAuthenticationCode1

        public String getAuthenticationCode1()

        An authentication code emitted by the device.

        The format for this parameter is a string of six digits.

        Submit your request immediately after generating the authentication codes. If you generate the codes and then wait too long to submit the request, the MFA device successfully associates with the user but the MFA device becomes out of sync. This happens because time-based one-time passwords (TOTP) expire after a short period of time. If this happens, you can resync the device.

        Returns:
        An authentication code emitted by the device.

        The format for this parameter is a string of six digits.

        Submit your request immediately after generating the authentication codes. If you generate the codes and then wait too long to submit the request, the MFA device successfully associates with the user but the MFA device becomes out of sync. This happens because time-based one-time passwords (TOTP) expire after a short period of time. If this happens, you can resync the device.

      • withAuthenticationCode1

        public EnableMFADeviceRequest withAuthenticationCode1(String authenticationCode1)

        An authentication code emitted by the device.

        The format for this parameter is a string of six digits.

        Submit your request immediately after generating the authentication codes. If you generate the codes and then wait too long to submit the request, the MFA device successfully associates with the user but the MFA device becomes out of sync. This happens because time-based one-time passwords (TOTP) expire after a short period of time. If this happens, you can resync the device.

        Parameters:
        authenticationCode1 - An authentication code emitted by the device.

        The format for this parameter is a string of six digits.

        Submit your request immediately after generating the authentication codes. If you generate the codes and then wait too long to submit the request, the MFA device successfully associates with the user but the MFA device becomes out of sync. This happens because time-based one-time passwords (TOTP) expire after a short period of time. If this happens, you can resync the device.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAuthenticationCode2

        public void setAuthenticationCode2(String authenticationCode2)

        A subsequent authentication code emitted by the device.

        The format for this parameter is a string of six digits.

        Submit your request immediately after generating the authentication codes. If you generate the codes and then wait too long to submit the request, the MFA device successfully associates with the user but the MFA device becomes out of sync. This happens because time-based one-time passwords (TOTP) expire after a short period of time. If this happens, you can resync the device.

        Parameters:
        authenticationCode2 - A subsequent authentication code emitted by the device.

        The format for this parameter is a string of six digits.

        Submit your request immediately after generating the authentication codes. If you generate the codes and then wait too long to submit the request, the MFA device successfully associates with the user but the MFA device becomes out of sync. This happens because time-based one-time passwords (TOTP) expire after a short period of time. If this happens, you can resync the device.

      • getAuthenticationCode2

        public String getAuthenticationCode2()

        A subsequent authentication code emitted by the device.

        The format for this parameter is a string of six digits.

        Submit your request immediately after generating the authentication codes. If you generate the codes and then wait too long to submit the request, the MFA device successfully associates with the user but the MFA device becomes out of sync. This happens because time-based one-time passwords (TOTP) expire after a short period of time. If this happens, you can resync the device.

        Returns:
        A subsequent authentication code emitted by the device.

        The format for this parameter is a string of six digits.

        Submit your request immediately after generating the authentication codes. If you generate the codes and then wait too long to submit the request, the MFA device successfully associates with the user but the MFA device becomes out of sync. This happens because time-based one-time passwords (TOTP) expire after a short period of time. If this happens, you can resync the device.

      • withAuthenticationCode2

        public EnableMFADeviceRequest withAuthenticationCode2(String authenticationCode2)

        A subsequent authentication code emitted by the device.

        The format for this parameter is a string of six digits.

        Submit your request immediately after generating the authentication codes. If you generate the codes and then wait too long to submit the request, the MFA device successfully associates with the user but the MFA device becomes out of sync. This happens because time-based one-time passwords (TOTP) expire after a short period of time. If this happens, you can resync the device.

        Parameters:
        authenticationCode2 - A subsequent authentication code emitted by the device.

        The format for this parameter is a string of six digits.

        Submit your request immediately after generating the authentication codes. If you generate the codes and then wait too long to submit the request, the MFA device successfully associates with the user but the MFA device becomes out of sync. This happens because time-based one-time passwords (TOTP) expire after a short period of time. If this happens, you can resync the device.

        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 によって変換されたページ (->オリジナル) /