Uses of Class
com.tencentcloudapi.ses.v20201002.models.EmailIdentity
-
Packages that use EmailIdentity Package Description com.tencentcloudapi.ses.v20201002.models -
-
Uses of EmailIdentity in com.tencentcloudapi.ses.v20201002.models
Methods in com.tencentcloudapi.ses.v20201002.models that return EmailIdentity Modifier and Type Method Description EmailIdentity[]ListEmailIdentitiesResponse. getEmailIdentities()Get 发信域名列表Methods in com.tencentcloudapi.ses.v20201002.models with parameters of type EmailIdentity Modifier and Type Method Description voidListEmailIdentitiesResponse. setEmailIdentities(EmailIdentity[] EmailIdentities)Set 发信域名列表Constructors in com.tencentcloudapi.ses.v20201002.models with parameters of type EmailIdentity Constructor Description EmailIdentity(EmailIdentity source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-