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