Uses of Class
com.tencentcloudapi.clb.v20180317.models.ModifyDomainAttributesResponse
-
Packages that use ModifyDomainAttributesResponse Package Description com.tencentcloudapi.clb.v20180317 com.tencentcloudapi.clb.v20180317.models -
-
Uses of ModifyDomainAttributesResponse in com.tencentcloudapi.clb.v20180317
Methods in com.tencentcloudapi.clb.v20180317 that return ModifyDomainAttributesResponse Modifier and Type Method Description ModifyDomainAttributesResponse
ClbClient. ModifyDomainAttributes(ModifyDomainAttributesRequest req)
ModifyDomainAttributes接口用于修改负载均衡7层监听器转发规则的域名级别属性,如修改域名、修改DefaultServer、开启/关闭Http2、修改证书。 本接口为异步接口,本接口返回成功后,需以返回的RequestId为入参,调用DescribeTaskStatus接口查询本次任务是否成功。 -
Uses of ModifyDomainAttributesResponse in com.tencentcloudapi.clb.v20180317.models
Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type ModifyDomainAttributesResponse Constructor Description ModifyDomainAttributesResponse(ModifyDomainAttributesResponse 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.
-