Uses of Class
software.amazon.awssdk.services.ses.model.TrackingOptions
Packages that use TrackingOptions
-
Uses of TrackingOptions in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return TrackingOptionsModifier and TypeMethodDescriptionfinal TrackingOptionsCreateConfigurationSetTrackingOptionsRequest.trackingOptions()Returns the value of the TrackingOptions property for this object.final TrackingOptionsDescribeConfigurationSetResponse.trackingOptions()The name of the custom open and click tracking domain associated with the configuration set.final TrackingOptionsUpdateConfigurationSetTrackingOptionsRequest.trackingOptions()Returns the value of the TrackingOptions property for this object.Methods in software.amazon.awssdk.services.ses.model with parameters of type TrackingOptionsModifier and TypeMethodDescriptionCreateConfigurationSetTrackingOptionsRequest.Builder.trackingOptions(TrackingOptions trackingOptions) Sets the value of the TrackingOptions property for this object.DescribeConfigurationSetResponse.Builder.trackingOptions(TrackingOptions trackingOptions) The name of the custom open and click tracking domain associated with the configuration set.UpdateConfigurationSetTrackingOptionsRequest.Builder.trackingOptions(TrackingOptions trackingOptions) Sets the value of the TrackingOptions property for this object.