Uses of Class
software.amazon.awssdk.services.sesv2.model.TrackingOptions
Packages that use TrackingOptions
-
Uses of TrackingOptions in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return TrackingOptionsModifier and TypeMethodDescriptionfinal TrackingOptionsCreateConfigurationSetRequest.trackingOptions()An object that defines the open and click tracking options for emails that you send using the configuration set.final TrackingOptionsGetConfigurationSetResponse.trackingOptions()An object that defines the open and click tracking options for emails that you send using the configuration set.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type TrackingOptionsModifier and TypeMethodDescriptionCreateConfigurationSetRequest.Builder.trackingOptions(TrackingOptions trackingOptions) An object that defines the open and click tracking options for emails that you send using the configuration set.GetConfigurationSetResponse.Builder.trackingOptions(TrackingOptions trackingOptions) An object that defines the open and click tracking options for emails that you send using the configuration set.