JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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

Class ReputationOptions

    • Constructor Detail

      • ReputationOptions

        public ReputationOptions()
    • Method Detail

      • setSendingEnabled

        public void setSendingEnabled(Boolean sendingEnabled)

        Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES sends emails that use the configuration set. If the value is false, Amazon SES does not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

        Parameters:
        sendingEnabled - Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES sends emails that use the configuration set. If the value is false, Amazon SES does not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.
      • getSendingEnabled

        public Boolean getSendingEnabled()

        Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES sends emails that use the configuration set. If the value is false, Amazon SES does not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

        Returns:
        Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES sends emails that use the configuration set. If the value is false, Amazon SES does not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.
      • withSendingEnabled

        public ReputationOptions withSendingEnabled(Boolean sendingEnabled)

        Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES sends emails that use the configuration set. If the value is false, Amazon SES does not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

        Parameters:
        sendingEnabled - Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES sends emails that use the configuration set. If the value is false, Amazon SES does not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isSendingEnabled

        public Boolean isSendingEnabled()

        Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES sends emails that use the configuration set. If the value is false, Amazon SES does not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.

        Returns:
        Describes whether email sending is enabled or disabled for the configuration set. If the value is true, then Amazon SES sends emails that use the configuration set. If the value is false, Amazon SES does not send emails that use the configuration set. The default value is true. You can change this setting using UpdateConfigurationSetSendingEnabled.
      • setReputationMetricsEnabled

        public void setReputationMetricsEnabled(Boolean reputationMetricsEnabled)

        Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

        If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

        Parameters:
        reputationMetricsEnabled - Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

        If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

      • getReputationMetricsEnabled

        public Boolean getReputationMetricsEnabled()

        Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

        If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

        Returns:
        Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

        If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

      • withReputationMetricsEnabled

        public ReputationOptions withReputationMetricsEnabled(Boolean reputationMetricsEnabled)

        Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

        If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

        Parameters:
        reputationMetricsEnabled - Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

        If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

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

        public Boolean isReputationMetricsEnabled()

        Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

        If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

        Returns:
        Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

        If the value is true, reputation metrics are published. If the value is false, reputation metrics are not published. The default value is false.

      • setLastFreshStart

        public void setLastFreshStart(Date lastFreshStart)

        The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

        When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

        If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

        Parameters:
        lastFreshStart - The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

        When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

        If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

      • getLastFreshStart

        public Date getLastFreshStart()

        The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

        When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

        If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

        Returns:
        The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

        When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

        If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

      • withLastFreshStart

        public ReputationOptions withLastFreshStart(Date lastFreshStart)

        The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

        When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

        If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

        Parameters:
        lastFreshStart - The date and time at which the reputation metrics for the configuration set were last reset. Resetting these metrics is known as a fresh start.

        When you disable email sending for a configuration set using UpdateConfigurationSetSendingEnabled and later re-enable it, the reputation metrics for the configuration set (but not for the entire Amazon SES account) are reset.

        If email sending for the configuration set has never been disabled and later re-enabled, the value of this attribute is null.

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