Uses of Class
software.amazon.awssdk.services.ses.model.CreateConfigurationSetTrackingOptionsRequest
-
Packages that use CreateConfigurationSetTrackingOptionsRequest Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.transform -
-
Uses of CreateConfigurationSetTrackingOptionsRequest in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses with parameters of type CreateConfigurationSetTrackingOptionsRequest Modifier and Type Method Description default CompletableFuture<CreateConfigurationSetTrackingOptionsResponse>SesAsyncClient. createConfigurationSetTrackingOptions(CreateConfigurationSetTrackingOptionsRequest createConfigurationSetTrackingOptionsRequest)Creates an association between a configuration set and a custom domain for open and click event tracking.default CreateConfigurationSetTrackingOptionsResponseSesClient. createConfigurationSetTrackingOptions(CreateConfigurationSetTrackingOptionsRequest createConfigurationSetTrackingOptionsRequest)Creates an association between a configuration set and a custom domain for open and click event tracking. -
Uses of CreateConfigurationSetTrackingOptionsRequest in software.amazon.awssdk.services.ses.transform
Methods in software.amazon.awssdk.services.ses.transform with parameters of type CreateConfigurationSetTrackingOptionsRequest Modifier and Type Method Description SdkHttpFullRequestCreateConfigurationSetTrackingOptionsRequestMarshaller. marshall(CreateConfigurationSetTrackingOptionsRequest createConfigurationSetTrackingOptionsRequest)
-