Uses of Class
software.amazon.awssdk.services.ses.model.DeleteConfigurationSetTrackingOptionsResponse
Packages that use DeleteConfigurationSetTrackingOptionsResponse
-
Uses of DeleteConfigurationSetTrackingOptionsResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return DeleteConfigurationSetTrackingOptionsResponseModifier 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.Methods in software.amazon.awssdk.services.ses that return types with arguments of type DeleteConfigurationSetTrackingOptionsResponseModifier and TypeMethodDescriptionSesAsyncClient.deleteConfigurationSetTrackingOptions(Consumer<DeleteConfigurationSetTrackingOptionsRequest.Builder> deleteConfigurationSetTrackingOptionsRequest) Deletes an association between a configuration set and a custom domain for open and click event tracking.SesAsyncClient.deleteConfigurationSetTrackingOptions(DeleteConfigurationSetTrackingOptionsRequest deleteConfigurationSetTrackingOptionsRequest) Deletes an association between a configuration set and a custom domain for open and click event tracking.