Uses of Class
software.amazon.awssdk.services.ses.model.TrackingOptionsDoesNotExistException
Packages that use TrackingOptionsDoesNotExistException
-
Uses of TrackingOptionsDoesNotExistException in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that throw TrackingOptionsDoesNotExistExceptionModifier and TypeMethodDescriptionSesClient.deleteConfigurationSetTrackingOptions(Consumer<DeleteConfigurationSetTrackingOptionsRequest.Builder> deleteConfigurationSetTrackingOptionsRequest) Deletes an association between a configuration set and a custom domain for open and click event tracking.SesClient.deleteConfigurationSetTrackingOptions(DeleteConfigurationSetTrackingOptionsRequest deleteConfigurationSetTrackingOptionsRequest) Deletes an association between a configuration set and a custom domain for open and click event tracking.SesClient.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.