Uses of Class
software.amazon.awssdk.services.ses.model.UpdateConfigurationSetTrackingOptionsResponse
Packages that use UpdateConfigurationSetTrackingOptionsResponse
-
Uses of UpdateConfigurationSetTrackingOptionsResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return UpdateConfigurationSetTrackingOptionsResponseModifier and TypeMethodDescriptionSesClient.updateConfigurationSetTrackingOptions(Consumer<UpdateConfigurationSetTrackingOptionsRequest.Builder> updateConfigurationSetTrackingOptionsRequest) Modifies an association between a configuration set and a custom domain for open and click event tracking.SesClient.updateConfigurationSetTrackingOptions(UpdateConfigurationSetTrackingOptionsRequest updateConfigurationSetTrackingOptionsRequest) Modifies an association between a configuration set and a custom domain for open and click event tracking.Methods in software.amazon.awssdk.services.ses that return types with arguments of type UpdateConfigurationSetTrackingOptionsResponseModifier and TypeMethodDescriptionSesAsyncClient.updateConfigurationSetTrackingOptions(Consumer<UpdateConfigurationSetTrackingOptionsRequest.Builder> updateConfigurationSetTrackingOptionsRequest) Modifies an association between a configuration set and a custom domain for open and click event tracking.SesAsyncClient.updateConfigurationSetTrackingOptions(UpdateConfigurationSetTrackingOptionsRequest updateConfigurationSetTrackingOptionsRequest) Modifies an association between a configuration set and a custom domain for open and click event tracking.