Uses of Class
com.tencentcloudapi.ses.v20201002.models.DeleteEmailIdentityResponse
-
Packages that use DeleteEmailIdentityResponse Package Description com.tencentcloudapi.ses.v20201002 com.tencentcloudapi.ses.v20201002.models -
-
Uses of DeleteEmailIdentityResponse in com.tencentcloudapi.ses.v20201002
Methods in com.tencentcloudapi.ses.v20201002 that return DeleteEmailIdentityResponse Modifier and Type Method Description DeleteEmailIdentityResponseSesClient. DeleteEmailIdentity(DeleteEmailIdentityRequest req)删除发信域名,删除后,将不可再使用该域名进行发信 -
Uses of DeleteEmailIdentityResponse in com.tencentcloudapi.ses.v20201002.models
Constructors in com.tencentcloudapi.ses.v20201002.models with parameters of type DeleteEmailIdentityResponse Constructor Description DeleteEmailIdentityResponse(DeleteEmailIdentityResponse 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.
-