Uses of Class
com.tencentcloudapi.ses.v20201002.models.GetEmailIdentityResponse
-
Packages that use GetEmailIdentityResponse Package Description com.tencentcloudapi.ses.v20201002 com.tencentcloudapi.ses.v20201002.models -
-
Uses of GetEmailIdentityResponse in com.tencentcloudapi.ses.v20201002
Methods in com.tencentcloudapi.ses.v20201002 that return GetEmailIdentityResponse Modifier and Type Method Description GetEmailIdentityResponseSesClient. GetEmailIdentity(GetEmailIdentityRequest req)获取某个发信域名的配置详情 -
Uses of GetEmailIdentityResponse in com.tencentcloudapi.ses.v20201002.models
Constructors in com.tencentcloudapi.ses.v20201002.models with parameters of type GetEmailIdentityResponse Constructor Description GetEmailIdentityResponse(GetEmailIdentityResponse 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.
-