Uses of Class
software.amazon.awssdk.services.ses.model.DeleteConfigurationSetTrackingOptionsResponse
-
Packages that use DeleteConfigurationSetTrackingOptionsResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of DeleteConfigurationSetTrackingOptionsResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return DeleteConfigurationSetTrackingOptionsResponse Modifier and Type Method Description default DeleteConfigurationSetTrackingOptionsResponseSesClient. deleteConfigurationSetTrackingOptions(Consumer<DeleteConfigurationSetTrackingOptionsRequest.Builder> 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.Methods in software.amazon.awssdk.services.ses that return types with arguments of type DeleteConfigurationSetTrackingOptionsResponse Modifier and Type Method Description default CompletableFuture<DeleteConfigurationSetTrackingOptionsResponse>SesAsyncClient. deleteConfigurationSetTrackingOptions(Consumer<DeleteConfigurationSetTrackingOptionsRequest.Builder> deleteConfigurationSetTrackingOptionsRequest)Deletes an association between a configuration set and a custom domain for open and click event tracking.default CompletableFuture<DeleteConfigurationSetTrackingOptionsResponse>SesAsyncClient. deleteConfigurationSetTrackingOptions(DeleteConfigurationSetTrackingOptionsRequest deleteConfigurationSetTrackingOptionsRequest)Deletes an association between a configuration set and a custom domain for open and click event tracking.
-