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