Uses of Interface
software.amazon.awssdk.services.ses.model.DeleteConfigurationSetTrackingOptionsRequest.Builder
Packages that use DeleteConfigurationSetTrackingOptionsRequest.Builder
Package
Description
-
Uses of DeleteConfigurationSetTrackingOptionsRequest.Builder in software.amazon.awssdk.services.ses
Method parameters in software.amazon.awssdk.services.ses with type arguments of type DeleteConfigurationSetTrackingOptionsRequest.BuilderModifier and TypeMethodDescriptionSesAsyncClient.deleteConfigurationSetTrackingOptions(Consumer<DeleteConfigurationSetTrackingOptionsRequest.Builder> deleteConfigurationSetTrackingOptionsRequest) Deletes an association between a configuration set and a custom domain for open and click event tracking.SesClient.deleteConfigurationSetTrackingOptions(Consumer<DeleteConfigurationSetTrackingOptionsRequest.Builder> deleteConfigurationSetTrackingOptionsRequest) Deletes an association between a configuration set and a custom domain for open and click event tracking. -
Uses of DeleteConfigurationSetTrackingOptionsRequest.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return DeleteConfigurationSetTrackingOptionsRequest.BuilderModifier and TypeMethodDescriptionDeleteConfigurationSetTrackingOptionsRequest.builder()DeleteConfigurationSetTrackingOptionsRequest.Builder.configurationSetName(String configurationSetName) The name of the configuration set.DeleteConfigurationSetTrackingOptionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteConfigurationSetTrackingOptionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteConfigurationSetTrackingOptionsRequest.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type DeleteConfigurationSetTrackingOptionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteConfigurationSetTrackingOptionsRequest.Builder>DeleteConfigurationSetTrackingOptionsRequest.serializableBuilderClass()