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.amplifybackend.model

Class UpdateBackendAuthVerificationMessageConfig

    • Constructor Detail

      • UpdateBackendAuthVerificationMessageConfig

        public UpdateBackendAuthVerificationMessageConfig()
    • Method Detail

      • setDeliveryMethod

        public void setDeliveryMethod(String deliveryMethod)

        The type of verification message to send.

        Parameters:
        deliveryMethod - The type of verification message to send.
        See Also:
        DeliveryMethod
      • getDeliveryMethod

        public String getDeliveryMethod()

        The type of verification message to send.

        Returns:
        The type of verification message to send.
        See Also:
        DeliveryMethod
      • withDeliveryMethod

        public UpdateBackendAuthVerificationMessageConfig withDeliveryMethod(String deliveryMethod)

        The type of verification message to send.

        Parameters:
        deliveryMethod - The type of verification message to send.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeliveryMethod
      • setEmailSettings

        public void setEmailSettings(EmailSettings emailSettings)

        The settings for the email message.

        Parameters:
        emailSettings - The settings for the email message.
      • getEmailSettings

        public EmailSettings getEmailSettings()

        The settings for the email message.

        Returns:
        The settings for the email message.
      • withEmailSettings

        public UpdateBackendAuthVerificationMessageConfig withEmailSettings(EmailSettings emailSettings)

        The settings for the email message.

        Parameters:
        emailSettings - The settings for the email message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSmsSettings

        public void setSmsSettings(SmsSettings smsSettings)

        The settings for the SMS message.

        Parameters:
        smsSettings - The settings for the SMS message.
      • getSmsSettings

        public SmsSettings getSmsSettings()

        The settings for the SMS message.

        Returns:
        The settings for the SMS message.
      • withSmsSettings

        public UpdateBackendAuthVerificationMessageConfig withSmsSettings(SmsSettings smsSettings)

        The settings for the SMS message.

        Parameters:
        smsSettings - The settings for the SMS message.
        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 によって変換されたページ (->オリジナル) /