Uses of Class
software.amazon.awssdk.services.ses.model.DeleteConfigurationSetTrackingOptionsRequest
-
Packages that use DeleteConfigurationSetTrackingOptionsRequest Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.transform -
-
Uses of DeleteConfigurationSetTrackingOptionsRequest in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses with parameters of type DeleteConfigurationSetTrackingOptionsRequest Modifier and Type Method Description default CompletableFuture<DeleteConfigurationSetTrackingOptionsResponse>SesAsyncClient. deleteConfigurationSetTrackingOptions(DeleteConfigurationSetTrackingOptionsRequest deleteConfigurationSetTrackingOptionsRequest)Deletes an association between a configuration set and a custom domain for open and click event tracking.default DeleteConfigurationSetTrackingOptionsResponseSesClient. deleteConfigurationSetTrackingOptions(DeleteConfigurationSetTrackingOptionsRequest deleteConfigurationSetTrackingOptionsRequest)Deletes an association between a configuration set and a custom domain for open and click event tracking. -
Uses of DeleteConfigurationSetTrackingOptionsRequest in software.amazon.awssdk.services.ses.transform
Methods in software.amazon.awssdk.services.ses.transform with parameters of type DeleteConfigurationSetTrackingOptionsRequest Modifier and Type Method Description SdkHttpFullRequestDeleteConfigurationSetTrackingOptionsRequestMarshaller. marshall(DeleteConfigurationSetTrackingOptionsRequest deleteConfigurationSetTrackingOptionsRequest)
-