Uses of Interface
software.amazon.awssdk.services.ses.model.UpdateConfigurationSetTrackingOptionsRequest.Builder
-
Packages that use UpdateConfigurationSetTrackingOptionsRequest.Builder Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.model -
-
Uses of UpdateConfigurationSetTrackingOptionsRequest.Builder in software.amazon.awssdk.services.ses
Method parameters in software.amazon.awssdk.services.ses with type arguments of type UpdateConfigurationSetTrackingOptionsRequest.Builder 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 UpdateConfigurationSetTrackingOptionsResponse
SesClient. updateConfigurationSetTrackingOptions(Consumer<UpdateConfigurationSetTrackingOptionsRequest.Builder> updateConfigurationSetTrackingOptionsRequest)
Modifies an association between a configuration set and a custom domain for open and click event tracking. -
Uses of UpdateConfigurationSetTrackingOptionsRequest.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return UpdateConfigurationSetTrackingOptionsRequest.Builder Modifier and Type Method Description static UpdateConfigurationSetTrackingOptionsRequest.Builder
UpdateConfigurationSetTrackingOptionsRequest. builder()
UpdateConfigurationSetTrackingOptionsRequest.Builder
UpdateConfigurationSetTrackingOptionsRequest.Builder. configurationSetName(String configurationSetName)
The name of the configuration set.UpdateConfigurationSetTrackingOptionsRequest.Builder
UpdateConfigurationSetTrackingOptionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateConfigurationSetTrackingOptionsRequest.Builder
UpdateConfigurationSetTrackingOptionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
UpdateConfigurationSetTrackingOptionsRequest.Builder
UpdateConfigurationSetTrackingOptionsRequest. toBuilder()
default UpdateConfigurationSetTrackingOptionsRequest.Builder
UpdateConfigurationSetTrackingOptionsRequest.Builder. trackingOptions(Consumer<TrackingOptions.Builder> trackingOptions)
Sets the value of the TrackingOptions property for this object.UpdateConfigurationSetTrackingOptionsRequest.Builder
UpdateConfigurationSetTrackingOptionsRequest.Builder. trackingOptions(TrackingOptions trackingOptions)
Sets the value of the TrackingOptions property for this object.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type UpdateConfigurationSetTrackingOptionsRequest.Builder Modifier and Type Method Description static Class<? extends UpdateConfigurationSetTrackingOptionsRequest.Builder>
UpdateConfigurationSetTrackingOptionsRequest. serializableBuilderClass()
-