Uses of Class
software.amazon.awssdk.services.sesv2.model.VdmAttributes
Packages that use VdmAttributes
-
Uses of VdmAttributes in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return VdmAttributesModifier and TypeMethodDescriptionfinal VdmAttributesGetAccountResponse.vdmAttributes()The VDM attributes that apply to your Amazon SES account.final VdmAttributesPutAccountVdmAttributesRequest.vdmAttributes()The VDM attributes that you wish to apply to your Amazon SES account.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type VdmAttributesModifier and TypeMethodDescriptionGetAccountResponse.Builder.vdmAttributes(VdmAttributes vdmAttributes) The VDM attributes that apply to your Amazon SES account.PutAccountVdmAttributesRequest.Builder.vdmAttributes(VdmAttributes vdmAttributes) The VDM attributes that you wish to apply to your Amazon SES account.