Uses of Class
software.amazon.awssdk.services.ses.model.CreateConfigurationSetTrackingOptionsResponse
Packages that use CreateConfigurationSetTrackingOptionsResponse
-
Uses of CreateConfigurationSetTrackingOptionsResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return CreateConfigurationSetTrackingOptionsResponseModifier and TypeMethodDescriptionSesClient.createConfigurationSetTrackingOptions(Consumer<CreateConfigurationSetTrackingOptionsRequest.Builder> createConfigurationSetTrackingOptionsRequest) Creates an association between a configuration set and a custom domain for open and click event tracking.SesClient.createConfigurationSetTrackingOptions(CreateConfigurationSetTrackingOptionsRequest createConfigurationSetTrackingOptionsRequest) Creates 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 CreateConfigurationSetTrackingOptionsResponseModifier and TypeMethodDescriptionSesAsyncClient.createConfigurationSetTrackingOptions(Consumer<CreateConfigurationSetTrackingOptionsRequest.Builder> createConfigurationSetTrackingOptionsRequest) Creates an association between a configuration set and a custom domain for open and click event tracking.SesAsyncClient.createConfigurationSetTrackingOptions(CreateConfigurationSetTrackingOptionsRequest createConfigurationSetTrackingOptionsRequest) Creates an association between a configuration set and a custom domain for open and click event tracking.