Uses of Class
software.amazon.awssdk.services.sesv2.model.TrackingOptions
-
Packages that use TrackingOptions Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of TrackingOptions in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return TrackingOptions Modifier and Type Method Description TrackingOptionsCreateConfigurationSetRequest. trackingOptions()An object that defines the open and click tracking options for emails that you send using the configuration set.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 TrackingOptions Modifier and Type Method Description CreateConfigurationSetRequest.BuilderCreateConfigurationSetRequest.Builder. trackingOptions(TrackingOptions trackingOptions)An object that defines the open and click tracking options for emails that you send using the configuration set.GetConfigurationSetResponse.BuilderGetConfigurationSetResponse.Builder. trackingOptions(TrackingOptions trackingOptions)An object that defines the open and click tracking options for emails that you send using the configuration set.
-