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

Class TrackingOptions

  • All Implemented Interfaces:
    StructuredPojo, Serializable, Cloneable


    @Generated(value="com.amazonaws:aws-java-sdk-code-generator")
    public class TrackingOptions
    extends Object
    implements Serializable, Cloneable, StructuredPojo 

    An object that defines the tracking options for a configuration set. When you use the Amazon SES API v2 to send an email, it contains an invisible image that's used to track when recipients open your email. If your email contains links, those links are changed slightly in order to track when recipients click them.

    These images and links include references to a domain operated by Amazon Web Services. You can optionally configure the Amazon SES to use a domain that you operate for these images and links.

    See Also:
    AWS API Documentation, Serialized Form
    • Constructor Detail

      • TrackingOptions

        public TrackingOptions()
    • Method Detail

      • setCustomRedirectDomain

        public void setCustomRedirectDomain(String customRedirectDomain)

        The domain to use for tracking open and click events.

        Parameters:
        customRedirectDomain - The domain to use for tracking open and click events.
      • getCustomRedirectDomain

        public String getCustomRedirectDomain()

        The domain to use for tracking open and click events.

        Returns:
        The domain to use for tracking open and click events.
      • withCustomRedirectDomain

        public TrackingOptions withCustomRedirectDomain(String customRedirectDomain)

        The domain to use for tracking open and click events.

        Parameters:
        customRedirectDomain - The domain to use for tracking open and click events.
        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 によって変換されたページ (->オリジナル) /