Uses of Class
software.amazon.awssdk.services.ses.model.TrackingOptions
-
Packages that use TrackingOptions Package Description software.amazon.awssdk.services.ses.model -
-
Uses of TrackingOptions in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return TrackingOptions Modifier and Type Method Description TrackingOptionsCreateConfigurationSetTrackingOptionsRequest. trackingOptions()Returns the value of the TrackingOptions property for this object.TrackingOptionsDescribeConfigurationSetResponse. trackingOptions()The name of the custom open and click tracking domain associated with the configuration set.TrackingOptionsUpdateConfigurationSetTrackingOptionsRequest. trackingOptions()Returns the value of the TrackingOptions property for this object.Methods in software.amazon.awssdk.services.ses.model with parameters of type TrackingOptions Modifier and Type Method Description CreateConfigurationSetTrackingOptionsRequest.BuilderCreateConfigurationSetTrackingOptionsRequest.Builder. trackingOptions(TrackingOptions trackingOptions)Sets the value of the TrackingOptions property for this object.DescribeConfigurationSetResponse.BuilderDescribeConfigurationSetResponse.Builder. trackingOptions(TrackingOptions trackingOptions)The name of the custom open and click tracking domain associated with the configuration set.UpdateConfigurationSetTrackingOptionsRequest.BuilderUpdateConfigurationSetTrackingOptionsRequest.Builder. trackingOptions(TrackingOptions trackingOptions)Sets the value of the TrackingOptions property for this object.
-