Uses of Class
software.amazon.awssdk.services.sesv2.model.PutConfigurationSetTrackingOptionsRequest
-
Packages that use PutConfigurationSetTrackingOptionsRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of PutConfigurationSetTrackingOptionsRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type PutConfigurationSetTrackingOptionsRequest Modifier and Type Method Description default CompletableFuture<PutConfigurationSetTrackingOptionsResponse>SesV2AsyncClient. putConfigurationSetTrackingOptions(PutConfigurationSetTrackingOptionsRequest putConfigurationSetTrackingOptionsRequest)Specify a custom domain to use for open and click tracking elements in email that you send.default PutConfigurationSetTrackingOptionsResponseSesV2Client. putConfigurationSetTrackingOptions(PutConfigurationSetTrackingOptionsRequest putConfigurationSetTrackingOptionsRequest)Specify a custom domain to use for open and click tracking elements in email that you send. -
Uses of PutConfigurationSetTrackingOptionsRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type PutConfigurationSetTrackingOptionsRequest Modifier and Type Method Description SdkHttpFullRequestPutConfigurationSetTrackingOptionsRequestMarshaller. marshall(PutConfigurationSetTrackingOptionsRequest putConfigurationSetTrackingOptionsRequest)
-