Uses of Class
software.amazon.awssdk.services.sesv2.model.VdmAttributes
-
Packages that use VdmAttributes Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of VdmAttributes in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return VdmAttributes Modifier and Type Method Description VdmAttributesGetAccountResponse. vdmAttributes()The VDM attributes that apply to your Amazon SES account.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 VdmAttributes Modifier and Type Method Description GetAccountResponse.BuilderGetAccountResponse.Builder. vdmAttributes(VdmAttributes vdmAttributes)The VDM attributes that apply to your Amazon SES account.PutAccountVdmAttributesRequest.BuilderPutAccountVdmAttributesRequest.Builder. vdmAttributes(VdmAttributes vdmAttributes)The VDM attributes that you wish to apply to your Amazon SES account.
-