Uses of Class
com.tencentcloudapi.ses.v20201002.models.DNSAttributes
-
Packages that use DNSAttributes Package Description com.tencentcloudapi.ses.v20201002.models -
-
Uses of DNSAttributes in com.tencentcloudapi.ses.v20201002.models
Methods in com.tencentcloudapi.ses.v20201002.models that return DNSAttributes Modifier and Type Method Description DNSAttributes[]CreateEmailIdentityResponse. getAttributes()Get 需要配置的DNS信息DNSAttributes[]GetEmailIdentityResponse. getAttributes()Get DNS配置详情DNSAttributes[]UpdateEmailIdentityResponse. getAttributes()Get 需要配置的DNS信息Methods in com.tencentcloudapi.ses.v20201002.models with parameters of type DNSAttributes Modifier and Type Method Description voidCreateEmailIdentityResponse. setAttributes(DNSAttributes[] Attributes)Set 需要配置的DNS信息voidGetEmailIdentityResponse. setAttributes(DNSAttributes[] Attributes)Set DNS配置详情voidUpdateEmailIdentityResponse. setAttributes(DNSAttributes[] Attributes)Set 需要配置的DNS信息Constructors in com.tencentcloudapi.ses.v20201002.models with parameters of type DNSAttributes Constructor Description DNSAttributes(DNSAttributes 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.
-