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