Uses of Class
software.amazon.awssdk.services.sesv2.model.VdmOptions
Packages that use VdmOptions
-
Uses of VdmOptions in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return VdmOptionsModifier and TypeMethodDescriptionfinal VdmOptionsCreateConfigurationSetRequest.vdmOptions()An object that defines the VDM options for emails that you send using the configuration set.final VdmOptionsGetConfigurationSetResponse.vdmOptions()An object that contains information about the VDM preferences for your configuration set.final VdmOptionsPutConfigurationSetVdmOptionsRequest.vdmOptions()The VDM options to apply to the configuration set.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type VdmOptionsModifier and TypeMethodDescriptionCreateConfigurationSetRequest.Builder.vdmOptions(VdmOptions vdmOptions) An object that defines the VDM options for emails that you send using the configuration set.GetConfigurationSetResponse.Builder.vdmOptions(VdmOptions vdmOptions) An object that contains information about the VDM preferences for your configuration set.PutConfigurationSetVdmOptionsRequest.Builder.vdmOptions(VdmOptions vdmOptions) The VDM options to apply to the configuration set.