Uses of Class
software.amazon.awssdk.services.ses.model.UpdateConfigurationSetTrackingOptionsResponse
-
Packages that use UpdateConfigurationSetTrackingOptionsResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of UpdateConfigurationSetTrackingOptionsResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return UpdateConfigurationSetTrackingOptionsResponse Modifier and Type Method Description default UpdateConfigurationSetTrackingOptionsResponseSesClient. updateConfigurationSetTrackingOptions(Consumer<UpdateConfigurationSetTrackingOptionsRequest.Builder> updateConfigurationSetTrackingOptionsRequest)Modifies an association between a configuration set and a custom domain for open and click event tracking.default UpdateConfigurationSetTrackingOptionsResponseSesClient. 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 UpdateConfigurationSetTrackingOptionsResponse Modifier and Type Method Description default CompletableFuture<UpdateConfigurationSetTrackingOptionsResponse>SesAsyncClient. updateConfigurationSetTrackingOptions(Consumer<UpdateConfigurationSetTrackingOptionsRequest.Builder> updateConfigurationSetTrackingOptionsRequest)Modifies an association between a configuration set and a custom domain for open and click event tracking.default CompletableFuture<UpdateConfigurationSetTrackingOptionsResponse>SesAsyncClient. updateConfigurationSetTrackingOptions(UpdateConfigurationSetTrackingOptionsRequest updateConfigurationSetTrackingOptionsRequest)Modifies an association between a configuration set and a custom domain for open and click event tracking.
-