Uses of Class
software.amazon.awssdk.services.ses.model.UpdateConfigurationSetTrackingOptionsRequest
-
Packages that use UpdateConfigurationSetTrackingOptionsRequest Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.transform -
-
Uses of UpdateConfigurationSetTrackingOptionsRequest in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses with parameters of type UpdateConfigurationSetTrackingOptionsRequest Modifier and Type Method Description default CompletableFuture<UpdateConfigurationSetTrackingOptionsResponse>SesAsyncClient. updateConfigurationSetTrackingOptions(UpdateConfigurationSetTrackingOptionsRequest updateConfigurationSetTrackingOptionsRequest)Modifies an association between a configuration set and a custom domain for open and click event tracking.default UpdateConfigurationSetTrackingOptionsResponseSesClient. updateConfigurationSetTrackingOptions(UpdateConfigurationSetTrackingOptionsRequest updateConfigurationSetTrackingOptionsRequest)Modifies an association between a configuration set and a custom domain for open and click event tracking. -
Uses of UpdateConfigurationSetTrackingOptionsRequest in software.amazon.awssdk.services.ses.transform
Methods in software.amazon.awssdk.services.ses.transform with parameters of type UpdateConfigurationSetTrackingOptionsRequest Modifier and Type Method Description SdkHttpFullRequestUpdateConfigurationSetTrackingOptionsRequestMarshaller. marshall(UpdateConfigurationSetTrackingOptionsRequest updateConfigurationSetTrackingOptionsRequest)
-